Files
MermsProvision/ANSIBLE/templates/composers/A000002/docker-compose.yml
T
2025-08-08 22:00:44 -04:00

23 lines
615 B
YAML

services:
website-WHAT_CONTAINER_NAME:
container_name: WHAT_CONTAINER_NAME
image: registry.chiefsoft.com/pweb/pweb-01-merms-pweb0004:latest
pull_policy: always
ports:
- 'ALLOCATED_PORT:80'
restart: always
volumes:
- ./writable:/var/www/html/writable:Z
- ./apache_log:/var/log/apache2:Z
environment:
- PROVISION_UID=PROVISION_UID_REPLACE
- TEMPLATE_NAME=TEMPLATE_NAME_REPLACE
- SITE_CONTENTS_URL=https://devapi.mermsemr.com/web/contents
# - APACHE_RUN_USER=1000
# - APACHE_RUN_GROUP=1000
networks:
- sitenet
networks:
sitenet: