mirror of
https://github.com/Theodor-Springmann-Stiftung/kgpz_web.git
synced 2025-10-28 16:45:32 +00:00
13 lines
155 B
YAML
13 lines
155 B
YAML
name: kgpz
|
|
services:
|
|
web:
|
|
build: .
|
|
volumes:
|
|
- kgpz_data:/app/data
|
|
ports:
|
|
- "8095:8095"
|
|
|
|
volumes:
|
|
kgpz_data:
|
|
external: true
|