added docker image

This commit is contained in:
Simon Martens
2024-12-06 13:39:26 +01:00
parent 93e107e442
commit 97901b8a44
4 changed files with 64 additions and 0 deletions

11
docker-compose.yml Normal file
View File

@@ -0,0 +1,11 @@
services:
kgpz_web:
build: .
volumes:
- kgpz_data:/app/data_git
ports:
- "8000:8080"
volumes:
kgpz_data:
external: true