Add tunarr container
Deploy / Deploy (push) Successful in 1m54s

This commit is contained in:
2026-04-20 05:17:14 +01:00
parent 1128214616
commit 8500c2d8d9
+14
View File
@@ -22,6 +22,20 @@ services:
diun.watch_repo: "true"
diun.include_tags: "latest"
tunarr:
image: chrisbenincasa/tunarr:1.2.11
restart: unless-stopped
user: 2007:2007 # jellyfin:jellyfin
networks:
- jellyfin_network
ports:
- 8097:8000
environment:
TZ: "Europe/London"
volumes:
- ./tunarr:/config/tunarr
networks:
jellyfin_network:
name: jellyfin_network