Files
ChiefSoftNet2022/docker-compose.yml
T
CHIEFSOFT\ameye a36d9b7990 added extra host
2024-11-20 05:26:33 -05:00

27 lines
663 B
YAML

version: '3'
services:
chiefsoftnet-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
image: registry.chiefsoft.net/chiefsoftnet-web:latest
volumes:
- ./:/var/www/html
- ./apache_log:/var/log/apache2
ports:
- 7072:80
extra_hosts:
- blogdata.chiefsoft.net:10.10.33.15
- sitedata.chiefsoft.net:10.10.33.15
- oameye.works.wrenchboard.com:10.20.30.27
- oameye.work.wrenchboard.com:10.10.33.15
volumes:
src: