Updates, move hoarder/karakeep to proxmox

This commit is contained in:
Marc Fokkert
2025-05-05 09:40:04 +02:00
parent 9cbec6287c
commit e0e2c8d009
6 changed files with 30 additions and 24 deletions

View File

@@ -28,20 +28,20 @@ resource "docker_network" "container-public" {
}
}
resource "docker_network" "ipv6-slaac" {
name = "ipv6-slaac"
ipv6 = true
ipam_config {
aux_address = {}
subnet = "2a02:a470:b12a:2::/64"
}
ipam_config {
gateway = "192.168.32.1"
subnet = "192.168.32.0/20"
}
}
# resource "docker_network" "ipv6-slaac" {
# name = "ipv6-slaac"
# ipv6 = true
#
# ipam_config {
# aux_address = {}
# subnet = "2a02:a470:b12a:2::/64"
# }
#
# ipam_config {
# gateway = "192.168.32.1"
# subnet = "192.168.32.0/20"
# }
# }
resource "docker_volume" "truenas-photoprism-originals" {
name = "truenas-photoprism-originals"