Add jellyfin container
All checks were successful
Deploy / Deploy (push) Successful in 11s

This commit is contained in:
2025-12-18 00:22:01 +00:00
parent 4b5cab9abb
commit 6f22681db0
2 changed files with 56 additions and 0 deletions

23
compose.yml Normal file
View File

@@ -0,0 +1,23 @@
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:/library:ro
networks:
jellyfin_network:
name: jellyfin_network