first commit

This commit is contained in:
CHIEFSOFT\ameye
2024-04-02 06:47:26 -04:00
parent 468f942c49
commit 977915945d
12 changed files with 90 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
version: '3'
services:
game-web:
build:
context: .
dockerfile: docker/apache/Dockerfile
args:
uid: ${UID}
environment:
- APACHE_RUN_USER=#${UID}
- APACHE_RUN_GROUP=#${UID}
#- CI_ENV
- CI_CONFIG
restart: unless-stopped
volumes:
- ./:/var/www/html
- ./apache_log:/var/log/apache2
ports:
- 9981:80
volumes:
src: