Skip to content

Commit 5896823

Browse files
committed
fix: remove unnecessary configuration due new mercure_publish() PHP function
1 parent 6c1f6f9 commit 5896823

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

compose.yaml

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

0 commit comments

Comments
 (0)