Set the CI_ENV and CI_CONFIG from outside the docker container

This commit is contained in:
ChiefSoft works
2022-03-13 03:23:07 +00:00
parent 0271442a03
commit de92e739e5
2 changed files with 4 additions and 2 deletions
+2 -2
View File
@@ -4,9 +4,9 @@ RewriteEngine On
#RewriteBase /wrenchboard/
RewriteBase /
SetEnv CI_ENV development
#SetEnv CI_ENV development
#SetEnv CI_ENV production
SetEnv CI_CONFIG test_config
#SetEnv CI_CONFIG test_config
#SetEnv CI_CONFIG live_config
#Removes access to the system folder by users.
+2
View File
@@ -9,6 +9,8 @@ services:
environment:
- APACHE_RUN_USER=#${UID}
- APACHE_RUN_GROUP=#${UID}
- CI_ENV
- CI_CONFIG
restart: unless-stopped
image: registry.chiefsoft.net/wrenchbackoffice_wrenchboard-web:latest
volumes: