We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9f4f34 commit 65676b9Copy full SHA for 65676b9
compose.override.yaml
@@ -15,6 +15,7 @@ services:
15
MERCURE_EXTRA_DIRECTIVES: demo
16
# See https://xdebug.org/docs/all_settings#mode
17
XDEBUG_MODE: "${XDEBUG_MODE:-off}"
18
+ APP_ENV: "${APP_ENV:-dev}"
19
extra_hosts:
20
# Ensure that host.docker.internal is correctly defined on Linux
21
- host.docker.internal:host-gateway
0 commit comments