Remove isolation for tandoor-service network
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user