File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,14 +3,14 @@ services:
33 php :
44 restart : unless-stopped
55 environment :
6- SERVER_NAME : ${SERVER_NAME:-localhost}, php:80
6+ SERVER_NAME : ${SERVER_NAME:-localhost}
77 DEFAULT_URI : https://${SERVER_NAME:-localhost}:${HTTPS_PORT:-443}
88 MERCURE_PUBLISHER_JWT_KEY : ${CADDY_MERCURE_JWT_SECRET:-!ChangeThisMercureHubJWTSecretKey!}
99 MERCURE_SUBSCRIBER_JWT_KEY : ${CADDY_MERCURE_JWT_SECRET:-!ChangeThisMercureHubJWTSecretKey!}
1010 # Run "composer require symfony/orm-pack" to install and configure Doctrine ORM
1111 DATABASE_URL : postgresql://${POSTGRES_USER:-app}:${POSTGRES_PASSWORD:-!ChangeMe!}@database:5432/${POSTGRES_DB:-app}?serverVersion=${POSTGRES_VERSION:-15}&charset=${POSTGRES_CHARSET:-utf8}
1212 # Run "composer require symfony/mercure-bundle" to install and configure the Mercure integration
13- MERCURE_URL : ${CADDY_MERCURE_URL:-http://php/.well-known/mercure }
13+ MERCURE_URL : ${CADDY_MERCURE_URL:-}
1414 MERCURE_PUBLIC_URL : ${CADDY_MERCURE_PUBLIC_URL:-https://${SERVER_NAME:-localhost}:${HTTPS_PORT:-443}/.well-known/mercure}
1515 MERCURE_JWT_SECRET : ${CADDY_MERCURE_JWT_SECRET:-!ChangeThisMercureHubJWTSecretKey!}
1616 # ##> dunglas/symfony-docker ###
You can’t perform that action at this time.
0 commit comments