add compose.yaml

This commit is contained in:
sascha 2026-07-27 20:38:36 +02:00
parent b5262b23a6
commit aa7f55d0af

11
compose.yaml Normal file
View file

@ -0,0 +1,11 @@
services:
grundriss:
build: .
container_name: grundriss
restart: always
ports:
- "5000:5000"
volumes:
- ./data:/app/data
environment:
- TZ=Europe/Berlin