Update jellyfin to add hdd storage

Add vikunja
This commit is contained in:
Marc Fokkert
2024-09-10 09:21:50 +02:00
parent 256ff33140
commit 22dee7fafc
4 changed files with 1064 additions and 568 deletions

View File

@@ -44,6 +44,12 @@ resource "docker_container" "jellyfin" {
type = "bind"
}
mounts {
target = "/media-hdd"
source = "/share/datarr-hdd/media"
type = "bind"
}
devices {
host_path = "/dev/dri/renderD128"
container_path = "/dev/dri/renderD128"