Files
MermsProvision/docker-compose.yml
T
2026-05-18 19:01:13 -04:00

33 lines
878 B
YAML
Executable File

#version: '3'
services:
merms-provision:
build:
context: .
dockerfile: docker/apache/Dockerfile
args:
uid: ${UID}
environment:
- APACHE_RUN_USER=#${UID}
- APACHE_RUN_GROUP=#${UID}
- CI_ENVIRONMENT=development
- CI_CONFIG
restart: unless-stopped
image: registry.chiefsoft.net/mermsprovision:latest
volumes:
- ./:/var/www/html
- ./ANSIBLE:/var/www/html/ANSIBLE
- ./apache_log:/var/log/apache2
ports:
- "${CONTAINER_PORT}:80"
extra_hosts:
- api.mermsemr.com:10.10.33.15
- devapi.mermsemr.com:10.10.33.15
- devsocket.mermsemr.com:10.10.33.15
- socket.mermsemr.com:10.10.33.15
- dev-media.mermsemr.com:10.10.33.15
- media.mermsemr.com:10.10.33.15
- qaevent.mermsemr.com:10.10.33.15
- event.mermsemr.com:10.10.33.15
volumes:
src: