File tree Expand file tree Collapse file tree 4 files changed +3
-1
lines changed
Expand file tree Collapse file tree 4 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -32,6 +32,7 @@ services:
3232 # See https://xdebug.org/docs/all_settings#mode
3333 - XDEBUG_MODE=${XDEBUG_MODE:-off}
3434 - PHP_IDE_CONFIG=serverName=gally
35+ - MAILER_DSN=${MAILER_DSN:-smtp://mailer:1025}
3536 extra_hosts :
3637 # Ensure that host.docker.internal is correctly defined on Linux
3738 - host.docker.internal:host-gateway
Original file line number Diff line number Diff line change @@ -85,7 +85,8 @@ services:
8585 - TRUSTED_HOSTS=${TRUSTED_HOSTS:-^${SERVER_NAME:-|gally.localhost}|localhost|php$$}
8686 - CORS_ALLOW_ORIGIN=${CORS_ALLOW_ORIGIN:-^https?://${SERVER_NAME:-gally.localhost}$}
8787 - GALLY_CATALOG_MEDIA_URL=${GALLY_CATALOG_MEDIA_URL:-https://${SERVER_NAME:-gally.localhost}/media/catalog/product/}
88- - MAILER_DSN=$MAILER_DSN
88+ - GALLY_FRONT_URL=${GALLY_FRONT_URL:-https://${SERVER_NAME:-gally.localhost}}
89+ - MAILER_DSN=${MAILER_DSN:-}
8990 - GALLY_DEFAULT_SENDER_NAME=${GALLY_DEFAULT_SENDER_NAME:-Gally}
9091 - GALLY_DEFAULT_SENDER_EMAIL=${GALLY_DEFAULT_SENDER_EMAIL:-noreply@gally.localhost}
9192 - DATABASE_URL=postgresql://${POSTGRES_USER:-app}:${POSTGRES_PASSWORD:-!ChangeMe!}@database:5432/${POSTGRES_DB:-app}?serverVersion=${POSTGRES_VERSION:-16}&charset=${POSTGRES_CHARSET:-utf8}
You can’t perform that action at this time.
0 commit comments