restructure for docker

This commit is contained in:
Ville Rantanen
2023-07-24 20:02:45 +03:00
parent 79780f0769
commit 58abf04d2c
45 changed files with 152 additions and 17 deletions

18
docker-compose.yml Normal file
View File

@@ -0,0 +1,18 @@
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}