File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -4,14 +4,13 @@ services:
44 image : ${IMAGES_PREFIX:-}app-php
55 restart : unless-stopped
66 environment :
7- SERVER_NAME : ${SERVER_NAME:-localhost}, php:80
7+ SERVER_NAME : ${SERVER_NAME:-localhost}
88 DEFAULT_URI : https://${SERVER_NAME:-localhost}:${HTTPS_PORT:-443}
99 MERCURE_PUBLISHER_JWT_KEY : ${CADDY_MERCURE_JWT_SECRET:-!ChangeThisMercureHubJWTSecretKey!}
1010 MERCURE_SUBSCRIBER_JWT_KEY : ${CADDY_MERCURE_JWT_SECRET:-!ChangeThisMercureHubJWTSecretKey!}
1111 # Run "composer require symfony/orm-pack" to install and configure Doctrine ORM
1212 DATABASE_URL : postgresql://${POSTGRES_USER:-app}:${POSTGRES_PASSWORD:-!ChangeMe!}@database:5432/${POSTGRES_DB:-app}?serverVersion=${POSTGRES_VERSION:-15}&charset=${POSTGRES_CHARSET:-utf8}
1313 # Run "composer require symfony/mercure-bundle" to install and configure the Mercure integration
14- MERCURE_URL : ${CADDY_MERCURE_URL:-http://php/.well-known/mercure}
1514 MERCURE_PUBLIC_URL : ${CADDY_MERCURE_PUBLIC_URL:-https://${SERVER_NAME:-localhost}:${HTTPS_PORT:-443}/.well-known/mercure}
1615 MERCURE_JWT_SECRET : ${CADDY_MERCURE_JWT_SECRET:-!ChangeThisMercureHubJWTSecretKey!}
1716 # The two next lines can be removed after initial installation
You can’t perform that action at this time.
0 commit comments