first commit

This commit is contained in:
CHIEFSOFT\ameye
2023-10-18 07:55:02 -04:00
commit 96c87ad857
90 changed files with 11659 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
version: '3'
services:
cms-date:
build:
context: .
dockerfile: docker/apache/Dockerfile
args:
uid: ${UID}
environment:
- APACHE_RUN_USER=#${UID}
- APACHE_RUN_GROUP=#${UID}
restart: unless-stopped
volumes:
- ./:/var/www/html
- ./apache_log:/var/log/apache2
ports:
- 50016:80
volumes:
src: