File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed
Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change 66# related docker-compose.yml configurations
77#
88
9+ # This can be used to enabled or disable certain features based on the environment.
10+ # Note: the env variable name inside the container will be `ENVIRONMENT`
11+ # Possible values: development, staging, production
12+ # DOCKER_ENVIRONMENT=production
913
1014# DOCKER_WORDPRESS_URL=http://localhost
1115# DOCKER_WORDPRESS_TITLE=ACoreCMS
Original file line number Diff line number Diff line change @@ -57,6 +57,7 @@ services:
5757 - .env.docker
5858 environment :
5959 DOCKER_CONTAINER : 1
60+ ENVIRONMENT : ${DOCKER_ENVIRONMENT:-production}
6061 WORDPRESS_URL : ${DOCKER_WORDPRESS_URL:-http://localhost}
6162 WORDPRESS_TITLE : ${DOCKER_WORDPRESS_TITLE:-ACoreCMS}
6263 WORDPRESS_MULTISITE : ${DOCKER_WORDPRESS_MULTISITE:-true}
You can’t perform that action at this time.
0 commit comments