added example docker-compose.yaml
This commit is contained in:
@@ -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:
|
||||
Reference in New Issue
Block a user