mirror of
https://github.com/Theodor-Springmann-Stiftung/kgpz_web.git
synced 2025-10-29 00:55:32 +00:00
added docker image
This commit is contained in:
11
docker-compose.yml
Normal file
11
docker-compose.yml
Normal file
@@ -0,0 +1,11 @@
|
||||
services:
|
||||
kgpz_web:
|
||||
build: .
|
||||
volumes:
|
||||
- kgpz_data:/app/data_git
|
||||
ports:
|
||||
- "8000:8080"
|
||||
|
||||
volumes:
|
||||
kgpz_data:
|
||||
external: true
|
||||
Reference in New Issue
Block a user