Skip to content

Commit

Permalink
Add APP_ENV env variable for possible override
Browse files Browse the repository at this point in the history
  • Loading branch information
tcoch authored and maxhelias committed Mar 3, 2025
1 parent e9f4f34 commit 65676b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions compose.override.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ services:
MERCURE_EXTRA_DIRECTIVES: demo
# See https://xdebug.org/docs/all_settings#mode
XDEBUG_MODE: "${XDEBUG_MODE:-off}"
APP_ENV: "${APP_ENV:-dev}"
extra_hosts:
# Ensure that host.docker.internal is correctly defined on Linux
- host.docker.internal:host-gateway
Expand Down

0 comments on commit 65676b9

Please sign in to comment.