Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .env.dev
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ DB_BIND_TO=127.0.0.1:
#DB_BIND_TO=127.0.0.1:13306
MYSQL_ROOT_PASSWORD=typo3

SOLR_IMAGE=typo3solr/ext-solr:9.0.0
SOLR_IMAGE=typo3solr/ext-solr:9.0

BLACKFIRE_HOST=blackfire
BLACKFIRE_SERVER_ID=
Expand Down
2 changes: 1 addition & 1 deletion .env.prod
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ WEB_IMAGE=vendor/project:web
DB_IMAGE=mariadb:10.6
# MYSQL_ROOT_PASSWORD should be passed by environment/CI variable

SOLR_IMAGE=typo3solr/ext-solr:9.0.0
SOLR_IMAGE=typo3solr/ext-solr:9.0

#BLACKFIRE_HOST=blackfire
#BLACKFIRE_SERVER_ID=
Expand Down