This commit is contained in:
msnie
2026-05-20 19:41:20 +02:00
parent 4f356b55d8
commit 36239331a6
2 changed files with 33 additions and 1 deletions
+32
View File
@@ -0,0 +1,32 @@
services:
tunarr:
image: chrisbenincasa/tunarr:latest
container_name: tunarr
environment:
PUID: 1001
PGID: 1001
TZ: Europe/Copenhagen
volumes:
- nfs_data:/tunarr
restart: unless-stopped
ports:
- 8088:8000
networks:
- traefik
labels:
- "traefik.enable=true"
# - "traefik.http.routers.tunarr.tls=true"
# - "traefik.http.routers.tunarr.entrypoints=websecure"
# - "traefik.http.routers.tunarr.rule=Host(`tunarr.knast.cc`)"
# - "traefik.http.routers.tunarr.tls.certresolver=letsencr"
- "traefik.http.services.tunarr.loadbalancer.server.port=8088"
- traefik.docker.network=traefik
networks:
traefik:
external: true
volumes:
nfs_data:
external: true