From cb549bb115a9402bdd22572713caf9810d90a0e8 Mon Sep 17 00:00:00 2001 From: Croft Date: Thu, 10 Jul 2025 20:26:51 +0200 Subject: [PATCH] arc added jellyfin --- arc/compose.yaml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 arc/compose.yaml diff --git a/arc/compose.yaml b/arc/compose.yaml new file mode 100644 index 0000000..abe7d17 --- /dev/null +++ b/arc/compose.yaml @@ -0,0 +1,21 @@ +services: + jellyfin: + image: linuxserver/jellyfin:latest + container_name: jellyfin + #user: 1000:1000 + environment: + - PUID=1000 + - PGID=1000 + - TZ=Europe/Berlin + - DOCKER_MODS=linuxserver/mods:jellyfin-opencl-intel + volumes: + - /mnt/jellyfin:/config + - /mnt/transcode:/transcode + - /mnt/download:/data + ports: + - 8096:8096 + - 7359:7359/udp + - 8920:8920 + devices: + - /dev/dri:/dev/dri + restart: unless-stopped \ No newline at end of file