feat(n8n): define private network subnet

This commit is contained in:
Yuris Cakranegara
2025-06-28 13:05:24 +10:00
parent 5cd8d36d97
commit 26808e4ca6

View File

@@ -94,6 +94,7 @@ module "n8n_network" {
source = "../../01-networking/docker-network"
name = "n8n-network"
driver = "bridge"
subnet = "172.24.0.0/16"
}
# Create the PostgreSQL container