Files
MermsWebsite2021/docker-compose.yml
T
Olusesan Ameye 2784bb62c0 Jenkins fix
2022-10-08 22:22:05 +00:00

20 lines
416 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}
restart: unless-stopped
image: registry.chiefsoft.net/merms-web:latest
volumes:
- ./:/var/www/html
- ./apache_log:/var/log/apache2
ports:
- 9050:80
volumes:
src: