diff --git a/compose.yml b/compose.yml index 63d6b1e..1b400df 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 + 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