Environment handling

This commit is contained in:
tokslaw7
2024-09-24 21:28:14 +00:00
parent 3d4c5019a3
commit 764dae4731
12 changed files with 224 additions and 4 deletions
+2
View File
@@ -12,6 +12,8 @@ services:
- APACHE_RUN_GROUP=#${UID}
#- CI_ENV
- CI_CONFIG
- CI_ENVIRONMENT=${CI_ENVIRONMENT:-development}
env_file: ${ENV_FILE:-.env.development}
restart: unless-stopped
volumes:
- ./:/var/www/html