Closed alexander-schranz closed 5 years ago
Fix maintenance mode with env variables.
Env Variables need to be resolved when being used when building the container.
# config.yaml sulu_community: webspaces: test: maintenance: enabled: "%env(bool:COMMUNITY_MAINTENANCE)%"
COMMUNITY_MAINTENANCE=false
What's in this PR?
Fix maintenance mode with env variables.
Why?
Env Variables need to be resolved when being used when building the container.
Example Usage