mirror of
https://github.com/Theodor-Springmann-Stiftung/kgpz_web.git
synced 2025-10-29 00:55:32 +00:00
13 lines
176 B
YAML
13 lines
176 B
YAML
name: kgpz_web
|
|
services:
|
|
kgpz_web:
|
|
build: .
|
|
volumes:
|
|
- kgpz_xml_data:/app/data_git
|
|
ports:
|
|
- "8000:8080"
|
|
|
|
volumes:
|
|
kgpz_xml_data:
|
|
external: true
|