This commit is contained in:
CHIEFSOFT\ameye
2025-12-13 14:57:47 -05:00
parent 37db93cd9f
commit 0fab6d9c46
5 changed files with 11 additions and 12 deletions
+5 -6
View File
@@ -1,18 +1,17 @@
version: '3'
services:
coregrade-web:
build:
context: .
dockerfile: docker/apache/Dockerfile
args:
uid: ${UID}
# args:
# uid: ${UID}
environment:
- APACHE_RUN_USER=${UID}
- APACHE_RUN_GROUP=${UID}
# - APACHE_RUN_USER=${UID}
# - APACHE_RUN_GROUP=${UID}
- CI_ENV
- CI_CONFIG
restart: unless-stopped
image: registry.chiefsoft.net/coregrade-web:latest
# image: registry.chiefsoft.net/coregrade-web:latest
volumes:
- ./:/var/www/html
- ./apache_log:/var/log/apache2