Remove isolation from authentik network

This commit is contained in:
Jeroen Vijgen
2025-08-13 18:06:57 +03:00
committed by GitHub
parent 082348b924
commit 26ca6ecee4
@@ -69,6 +69,9 @@ module "authentik_network" {
name = "authentik-network"
subnet = "172.16.0.0/29"
driver = "bridge"
options = {
"isolate": false
}
}
module "authentik-postgres" {