Files
qgreper/docker-compose.yml
Ville Rantanen 80af9c321c start at boot
2023-07-26 12:20:09 +03:00

21 lines
338 B
YAML

version: "3.7"
services:
forum:
build:
context: ./forum/
dockerfile: ./Dockerfile
args:
UID: ${UID}
GID: ${GID}
TZ: ${TZ}
volumes:
- "./forum/:/app"
ports:
- "${EXPOSE}:5000"
environment:
ADMINU: ${ADMINU}
ADMINP: ${ADMINP}
restart: unless-stopped