From 63bccbcb939a9853ec29b39bb88b04b378fce92a Mon Sep 17 00:00:00 2001 From: Michael Davis Date: Thu, 26 Feb 2026 10:34:30 -0600 Subject: [PATCH] Add jellyfin --- compose.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/compose.yaml b/compose.yaml index 36c0091..7cae616 100644 --- a/compose.yaml +++ b/compose.yaml @@ -1,5 +1,6 @@ volumes: + jellyfin_data: sonarr_data: radarr_data: prowlarr_data: @@ -8,6 +9,18 @@ volumes: syncthing_data: services: + jellyfin: + image: lscr.io/linuxserver/jellyfin:latest + environment: + - PUID=1000 + - PGID=1000 + volumes: + - jellyfin_data:/config + - /mnt/nas/data:/data + devices: + - /dev/dri:/dev/dri + restart: always + sonarr: image: lscr.io/linuxserver/sonarr:latest container_name: sonarr