From e5c8417744273dca72faf3f1e12169eeafda1331 Mon Sep 17 00:00:00 2001 From: Kappeh Date: Mon, 20 Apr 2026 05:17:14 +0100 Subject: [PATCH] Add tunarr container --- compose.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/compose.yml b/compose.yml index 63d6b1e..4af610a 100644 --- a/compose.yml +++ b/compose.yml @@ -22,6 +22,20 @@ services: diun.watch_repo: "true" diun.include_tags: "latest" + tunarr: + image: chrisbenincasa/tunarr:1.2.11 + restart: unless-stopped + # https://github.com/chrisbenincasa/tunarr/issues/1523 + # 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