environment fix
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
CONFIG_NAME='This is development!'
|
CONFIG_NAME='This is development!'
|
||||||
CONTAINER_PORT=8097
|
CONTAINER_PORT=8097
|
||||||
UID=1000
|
UID=1000
|
||||||
|
CI_ENV=development
|
||||||
|
|
||||||
SERVER_PATH=production
|
SERVER_PATH=production
|
||||||
|
|
||||||
|
|||||||
@@ -2,6 +2,7 @@ CONFIG_NAME='This is live'
|
|||||||
CONTAINER_PORT=8097
|
CONTAINER_PORT=8097
|
||||||
UID=1000
|
UID=1000
|
||||||
CI_ENVIRONMENT=production
|
CI_ENVIRONMENT=production
|
||||||
|
CI_ENV=production
|
||||||
|
|
||||||
SERVER_PATH = production
|
SERVER_PATH = production
|
||||||
|
|
||||||
|
|||||||
@@ -10,6 +10,7 @@ services:
|
|||||||
- APACHE_RUN_USER=#${UID}
|
- APACHE_RUN_USER=#${UID}
|
||||||
- APACHE_RUN_GROUP=#${UID}
|
- APACHE_RUN_GROUP=#${UID}
|
||||||
- CI_ENVIRONMENT=production
|
- CI_ENVIRONMENT=production
|
||||||
|
- CI_ENV=${CI_ENV:-production}
|
||||||
- CI_CONFIG
|
- CI_CONFIG
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
image: registry.chiefsoft.net/mermsprovision:latest
|
image: registry.chiefsoft.net/mermsprovision:latest
|
||||||
|
|||||||
@@ -10,6 +10,7 @@ services:
|
|||||||
- APACHE_RUN_USER=#${UID}
|
- APACHE_RUN_USER=#${UID}
|
||||||
- APACHE_RUN_GROUP=#${UID}
|
- APACHE_RUN_GROUP=#${UID}
|
||||||
- CI_ENVIRONMENT=development
|
- CI_ENVIRONMENT=development
|
||||||
|
- CI_ENV=${CI_ENV:-development}
|
||||||
- CI_CONFIG
|
- CI_CONFIG
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
image: registry.chiefsoft.net/merms-media:latest
|
image: registry.chiefsoft.net/merms-media:latest
|
||||||
|
|||||||
Reference in New Issue
Block a user