first commit

This commit is contained in:
CHIEFSOFT\ameye
2024-07-06 18:33:32 -04:00
commit 43a6facde9
300 changed files with 26140 additions and 0 deletions
+23
View File
@@ -0,0 +1,23 @@
version: '3'
services:
icare-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:
- 55200:80
extra_hosts:
- oameye.works.wrenchboard.com:10.20.30.27
volumes:
src: