Move zigbee2mqtt and mosquitto off qnap
Add truenass-arr volume (test)
This commit is contained in:
Marc Fokkert
2025-02-20 11:24:08 +01:00
parent 89a9006126
commit 5c66c7f8f4
5 changed files with 772 additions and 1275 deletions

View File

@@ -48,3 +48,11 @@ resource "docker_network" "host" {
name = "host"
}
resource "docker_volume" "truenas-arr" {
name = "truenas-arr"
driver_opts = {
type = "cifs",
device = "//truenas.local/arr-media"
o = "addr=truenas.local,username=dqnap,password=vPKnUmApyQRE5$n,file_mode=0777,dir_mode=0777"
}
}