Files
ChiefSoftNet2022/docker-compose.yml
T
Olusesan Ameye f1bf533d79 Jenkins prep
2022-10-01 21:44:33 +00:00

22 lines
465 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
volumes:
src: