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