first commit

This commit is contained in:
CHIEFSOFT\ameye
2025-01-18 18:33:45 -05:00
commit e8d16deefd
684 changed files with 120708 additions and 0 deletions
+26
View File
@@ -0,0 +1,26 @@
version: '3'
services:
merms-provision:
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
image: registry.chiefsoft.net/oluameyecom_oluameye-www:latest
volumes:
- ./:/var/www/html
- ./ANSIBLE:/var/www/html/ANSIBLE
- ./apache_log:/var/log/apache2
ports:
- "${CONTAINER_PORT}:80"
extra_hosts:
- oameye.works.wrenchboard.com:10.20.30.27
- oameye.work.wrenchboard.com:10.10.33.15
volumes:
src: