Files
CapsTech/docker-compose.yml
CHIEFSOFT\ameye 117b55d8ad first commit
2024-04-17 13:22:50 -04:00

23 lines
463 B
YAML

version: '3'
services:
capstech-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/chiefsoftcom-web:latest
volumes:
- ./:/var/www/html
- ./apache_log:/var/log/apache2
ports:
- 7074:80
volumes:
src: