Files
MermsWebsite2021/docker-compose.yml
CHIEFSOFT\ameye da795223c9 new blog location
2024-09-14 13:52:14 -04:00

25 lines
554 B
YAML

version: '3'
services:
merms-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/merms-web:latest
volumes:
- ./:/var/www/html
- ./apache_log:/var/log/apache2
ports:
- 8088:80
extra_hosts:
- blogdata.chiefsoft.net:10.10.33.15
- sitedata.chiefsoft.net:10.10.33.15
volumes:
src: