🏡 index : github.com/captn3m0/nebula.git

author Nemo <commits@captnemo.in> 2024-08-19 11:58:34.0 +05:30:00
committer Nemo <commits@captnemo.in> 2024-08-19 11:58:34.0 +05:30:00
commit
c3d0552a8d43729b953fe8f810ae3f4d8ab9faad [patch]
tree
543f88c76a5ab74fb03c2aed70a3ded5afbd665c
parent
d9b702f358d2518c45ae869a1e9ee9559e32dea2
download
c3d0552a8d43729b953fe8f810ae3f4d8ab9faad.tar.gz

some more upgrades



Diff

 mastodon/locals.tf       | 2 +-
 media/requestrr.tf       | 4 +++-
 monitoring/prometheus.tf | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/mastodon/locals.tf b/mastodon/locals.tf
index 65a2aaf..4f7fcc9 100644
--- a/mastodon/locals.tf
+++ a/mastodon/locals.tf
@@ -1,5 +1,5 @@
locals {

  version = "4.1.15"
  version = "4.1.18"
  env = [

    "LOCAL_DOMAIN=tatooine.club",
    "REDIS_HOST=mastodon-redis",
diff --git a/media/requestrr.tf b/media/requestrr.tf
index 2db43c1..af0e57e 100644
--- a/media/requestrr.tf
+++ a/media/requestrr.tf
@@ -10,8 +10,8 @@
  }

  resource = {

    memory      = 512
    memory_swap = 512
    memory      = 1024
    memory_swap = 1024
  }

  volumes = [

diff --git a/monitoring/prometheus.tf b/monitoring/prometheus.tf
index 1b562f2..06998ae 100644
--- a/monitoring/prometheus.tf
+++ a/monitoring/prometheus.tf
@@ -14,7 +14,7 @@
  ports {

    internal = 9090
    external = 8811
    ip       = var.ips["tun0"]
    ip       = var.ips["ts"]
  }

  command = ["--config.file=/etc/prometheus/prometheus.yml"]