jellyfin updates

This commit is contained in:
Iurii Tatishchev 2022-11-07 10:20:02 -08:00
parent 33678b8b07
commit ff123ee762
Signed by: CaZzzer
GPG Key ID: 9A156B7DA6398968
2 changed files with 15 additions and 3 deletions

View File

@ -13,11 +13,17 @@ volumes:
driver_opts:
type: nfs
o: "addr=truenas.lab.home,nfsvers=4,ro,noatime"
device: ":/mnt/Mass-Storage-New/JailStorage/Plex"
device: ":/mnt/Mass-Storage-New/JailStorage/Plex/media"
other_videos:
driver: local
driver_opts:
type: nfs
o: "addr=truenas.lab.home,nfsvers=4,ro,noatime"
device: ":/mnt/Mass-Storage-New/syncThingData/Videos"
services:
jellyfin:
image: jellyfin/jellyfin:10.8.5
image: jellyfin/jellyfin:10.8.6
container_name: jellyfin_jellyfin
labels:
- traefik.enable=true
@ -33,3 +39,8 @@ services:
- config:/config
- cache:/cache
- media:/data/media
- other_videos:/data/other_videos
tmpfs:
- /tmp/transcodes
devices:
- /dev/dri:/dev/dri

View File

@ -3,5 +3,6 @@
- docker_host
- traefik
- nextcloud
- role: gitea
- jellyfin
- gitea