Files
WrenchCoinWebsite/docker-compose.yml
T
Olusesan Ameye 7893574426 Jenkins fixes
2022-10-08 21:36:41 +00:00

20 lines
430 B
YAML

version: '3'
services:
wrenchtoken-web:
build:
context: .
image: registry.chiefsoft.net/wrenchtoken-web:latest
dockerfile: docker/apache/Dockerfile
args:
uid: ${UID}
environment:
- APACHE_RUN_USER=${UID}
- APACHE_RUN_GROUP=${UID}
restart: unless-stopped
volumes:
- ./:/var/www/html
- ./apache_log:/var/log/apache2
ports:
- 7075:80
volumes:
src: