Remove isolation for tandoor-service network

This commit is contained in:
Jeroen Vijgen
2025-08-13 18:08:02 +03:00
committed by GitHub
parent db51737af8
commit b4f55f44a5
@@ -65,6 +65,9 @@ module "tandoor_network" {
name = "tandoor-network"
subnet = "172.16.0.24/29"
driver = "bridge"
options = {
"isolate": false
}
}
module "tandoor-postgres" {
@@ -97,4 +100,4 @@ output "service_definition" {
subdomains = ["tandoor"]
is_guarded = true
}
}
}