Remove services not in active use

This commit is contained in:
2026-03-27 20:49:21 +00:00
parent 318562afaa
commit a119b970e8
9 changed files with 10 additions and 38 deletions
+1 -1
View File
@@ -39,7 +39,7 @@ locals {
email ${var.tls_email}
servers {
trusted_proxies static 172.16.0.0/12 10.0.0.0/8 192.168.0.0/16 10.100.0.0/24
trusted_proxies static 172.16.0.0/12 10.0.0.0/8 192.168.0.0/16
}
log {
@@ -46,7 +46,7 @@ module "wings_network" {
name = "pelican-wings"
driver = "bridge"
attachable = true
subnet = "172.17.0.0/16"
subnet = "172.18.0.0/16"
options = {
"com.docker.network.bridge.name" = "pelican-wings"
}
@@ -80,7 +80,7 @@ resource "local_file" "authentik_config_file" {
module "authentik_network" {
source = "../../01-networking/network-service"
name = "authentik-network"
subnet = "172.16.0.0/29"
subnet = "172.17.0.0/29"
driver = "bridge"
options = {
"isolate" : false
@@ -53,7 +53,7 @@ locals {
module "coder_network" {
source = "../../01-networking/network-service"
name = "coder-network"
subnet = "172.16.0.16/29"
subnet = "172.17.0.16/29"
driver = "bridge"
options = {
"isolate" : false
@@ -85,7 +85,7 @@ locals {
module "penpot_network" {
source = "../../01-networking/network-service"
name = "penpot-network"
subnet = "172.16.0.32/29"
subnet = "172.17.0.32/29"
driver = "bridge"
options = {
"isolate" : false
@@ -62,7 +62,7 @@ locals {
module "tandoor_network" {
source = "../../01-networking/network-service"
name = "tandoor-network"
subnet = "172.16.0.24/29"
subnet = "172.17.0.24/29"
driver = "bridge"
options = {
"isolate" : false