Added docker compose name

This commit is contained in:
Simon Martens
2024-12-06 14:42:11 +01:00
parent 97901b8a44
commit 6174dd6447

View File

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