Skip to content

Commit 1717907

Browse files
committed
fix: add env var in compose.yaml
1 parent c4d7b21 commit 1717907

File tree

3 files changed

+4
-54
lines changed

3 files changed

+4
-54
lines changed

compose.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ services:
33
image: ${IMAGES_PREFIX:-}app-php
44
restart: unless-stopped
55
environment:
6+
APP_ENV: ${APP_ENV:-prod}
67
SERVER_NAME: ${SERVER_NAME:-localhost}, php:80
78
MERCURE_PUBLISHER_JWT_KEY: ${CADDY_MERCURE_JWT_SECRET:-!ChangeThisMercureHubJWTSecretKey!}
89
MERCURE_SUBSCRIBER_JWT_KEY: ${CADDY_MERCURE_JWT_SECRET:-!ChangeThisMercureHubJWTSecretKey!}
@@ -13,6 +14,8 @@ services:
1314
MERCURE_URL: ${CADDY_MERCURE_URL:-http://php/.well-known/mercure}
1415
MERCURE_PUBLIC_URL: ${CADDY_MERCURE_PUBLIC_URL:-https://${SERVER_NAME:-localhost}/.well-known/mercure}
1516
MERCURE_JWT_SECRET: ${CADDY_MERCURE_JWT_SECRET:-!ChangeThisMercureHubJWTSecretKey!}
17+
SENTRY_DSN: ${SENTRY_DSN:-}
18+
EXPO_DSN: ${EXPO_DSN:-}
1619
# The two next lines can be removed after initial installation
1720
SYMFONY_VERSION: ${SYMFONY_VERSION:-}
1821
STABILITY: ${STABILITY:-stable}

composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
"nelmio/cors-bundle": "^2.3",
2222
"phpdocumentor/reflection-docblock": "^5.3",
2323
"phpstan/phpdoc-parser": "^1.6",
24-
"runtime/frankenphp-symfony": "^0.2.0",
2524
"sentry/sentry-symfony": "^5.6",
2625
"symfony/console": "^7.3",
2726
"symfony/dotenv": "^7.3",

composer.lock

Lines changed: 1 addition & 53 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)