From 36996a0acedfab9c7c8aed364098c6bc1d3ab3f8 Mon Sep 17 00:00:00 2001
From: Nemo <commits@captnemo.in>
Date: Mon, 26 Dec 2022 12:44:03 +0530
Subject: [PATCH] Increase network size for pg to add mastodon containers

---
 db/network.tf | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/db/network.tf b/db/network.tf
index 6593e41..fe84fce 100644
--- a/db/network.tf
+++ a/db/network.tf
@@ -1,11 +1,10 @@
 resource "docker_network" "postgres" {
   name     = "postgres"
   driver   = "bridge"
   internal = true
 
   ipam_config {
-    subnet  = "172.20.0.8/29"
+    subnet  = "172.20.0.8/27"
     gateway = "172.20.0.9"
   }
 }
-
--
rgit 0.1.5