8000 Add APP_ENV env variable for possible override · dunglas/symfony-docker@65676b9 · GitHub
[go: up one dir, main page]

Skip to content

Commit 65676b9

Browse files
tcochmaxhelias
authored andcommitted
Add APP_ENV env variable for possible override
1 parent e9f4f34 commit 65676b9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

compose.override.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ services:
1515
MERCURE_EXTRA_DIRECTIVES: demo
1616
# See https://xdebug.org/docs/all_settings#mode
1717
XDEBUG_MODE: "${XDEBUG_MODE:-off}"
18+
APP_ENV: "${APP_ENV:-dev}"
1819
extra_hosts:
1920
# Ensure that host.docker.internal is correctly defined on Linux
2021
- host.docker.internal:host-gateway

0 commit comments

Comments
 (0)
0