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: driver_opts:
type: nfs type: nfs
o: "addr=truenas.lab.home,nfsvers=4,ro,noatime" 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: services:
jellyfin: jellyfin:
image: jellyfin/jellyfin:10.8.5 image: jellyfin/jellyfin:10.8.6
container_name: jellyfin_jellyfin container_name: jellyfin_jellyfin
labels: labels:
- traefik.enable=true - traefik.enable=true
@ -33,3 +39,8 @@ services:
- config:/config - config:/config
- cache:/cache - cache:/cache
- media:/data/media - media:/data/media
- other_videos:/data/other_videos
tmpfs:
- /tmp/transcodes
devices:
- /dev/dri:/dev/dri

View File

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