environment fix

This commit is contained in:
CHIEFSOFT\ameye
2026-01-04 00:24:58 -05:00
parent 42e69979fb
commit 28a30c3ef9
4 changed files with 4 additions and 0 deletions
+1
View File
@@ -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
+1
View File
@@ -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
+1
View File
@@ -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
+1
View File
@@ -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