Files
jellyfin/compose.yml
Kappeh 20891984e5
All checks were successful
Deploy / Deploy (push) Successful in 12s
Enable docker image update notifications
2026-02-20 20:20:03 +00:00

28 lines
581 B
YAML

services:
jellyfin:
container_name: jellyfin
image: jellyfin/jellyfin:10.11.5.20251215-030205
restart: unless-stopped
user: 2007:2007 # jellyfin:jellyfin
group_add:
- 303 # render
devices:
- /dev/dri/
networks:
- jellyfin_network
ports:
- 8096:8096
volumes:
- ./config:/config:rw
- ./cache:/cache:rw
- /mnt/video_library_1/data:/library:ro
labels:
diun.enable: "true"
diun.watch_repo: "true"
diun.include_tags: "latest"
networks:
jellyfin_network:
name: jellyfin_network