mirror of
https://github.com/Theodor-Springmann-Stiftung/kgpz_web.git
synced 2025-10-29 09:05:30 +00:00
Added docker compose name
This commit is contained in:
@@ -1,11 +1,12 @@
|
|||||||
|
name: kgpz_web
|
||||||
services:
|
services:
|
||||||
kgpz_web:
|
kgpz_web:
|
||||||
build: .
|
build: .
|
||||||
volumes:
|
volumes:
|
||||||
- kgpz_data:/app/data_git
|
- kgpz_xml_data:/app/data_git
|
||||||
ports:
|
ports:
|
||||||
- "8000:8080"
|
- "8000:8080"
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
kgpz_data:
|
kgpz_xml_data:
|
||||||
external: true
|
external: true
|
||||||
|
|||||||
Reference in New Issue
Block a user