added dockerfile and other stuff

This commit is contained in:
Simon Martens
2024-12-08 20:39:55 +01:00
parent 6174dd6447
commit bd93e182bb
4 changed files with 16 additions and 18 deletions

View File

@@ -1,12 +1,12 @@
name: kgpz_web
name: kgpz
services:
kgpz_web:
web:
build: .
volumes:
- kgpz_xml_data:/app/data_git
- kgpz_data:/app/data_git
ports:
- "8000:8080"
volumes:
kgpz_xml_data:
kgpz_data:
external: true