arc added jellyfin

This commit is contained in:
2025-07-10 20:26:51 +02:00
parent 76b67eb2f7
commit cb549bb115

21
arc/compose.yaml Normal file
View File

@@ -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