Add new jellyfin instance on proxmox

This commit is contained in:
Marc Fokkert
2025-04-22 00:06:27 +02:00
parent e0ce1d67ca
commit c1980a6afa
4 changed files with 75 additions and 2 deletions

View File

@@ -82,3 +82,12 @@ resource "docker_volume" "truenas-photoprism-tineke-data" {
}
}
resource "docker_volume" "truenas-arr" {
name = "truenas-arr"
driver_opts = {
type = "cifs",
device = "//172.20.0.188/arr-media"
o = "username=dqnap,password=vPKnUmApyQRE5$n,file_mode=0777,dir_mode=0777"
}
}