mirror of
https://github.com/Theodor-Springmann-Stiftung/kgpz_web.git
synced 2025-10-29 00:55:32 +00:00
Added docker compose name
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user