added example docker-compose.yaml

This commit is contained in:
Rudi
2026-08-28 20:55:47 +02:00
parent fd8f8c5067
commit 48733ff07c
+14
View File
@@ -0,0 +1,14 @@
services:
tandur:
image: git.schamagusa.de/rudi/tandur:latest
container_name: tandur
restart: unless-stopped
ports:
- "8000:8000"
volumes:
- tandur-data:/app/data
#environment:
# - TZ=Europe/Berlin
volumes:
tandur-data: