Skip to content

Commit 1fbfb48

Browse files
committed
fix: use built-in Mercure
1 parent fb48391 commit 1fbfb48

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

compose.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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 ###

0 commit comments

Comments
 (0)