From aa7f55d0af672b6762a3acadeedd30f06d1edda0 Mon Sep 17 00:00:00 2001 From: sascha Date: Mon, 27 Jul 2026 20:38:36 +0200 Subject: [PATCH] add compose.yaml --- compose.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 compose.yaml diff --git a/compose.yaml b/compose.yaml new file mode 100644 index 0000000..f028679 --- /dev/null +++ b/compose.yaml @@ -0,0 +1,11 @@ +services: + grundriss: + build: . + container_name: grundriss + restart: always + ports: + - "5000:5000" + volumes: + - ./data:/app/data + environment: + - TZ=Europe/Berlin