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

author Nemo <commits@captnemo.in> 2025-05-09 1:01:44.0 +05:30:00
committer Nemo <commits@captnemo.in> 2025-05-09 1:01:44.0 +05:30:00
commit
66f940be10c08acc6e2ddb434aed4c4a315a8761 [patch]
tree
f1ae9332e62ade046a94e0e55faafb176dfa93a3
parent
8ab3864cf8efc3fdd63af2d07a95cf42a4d6d2d6
download
master.tar.gz

rgit



Diff

 rgit.tf | 12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)

diff --git a/rgit.tf b/rgit.tf
index 15a981c..3deef3c 100644
--- a/rgit.tf
+++ a/rgit.tf
@@ -16,19 +16,23 @@
    "[::]:8000",
    "/git",
    "-d",
    "/dev/shm/rgit-cache.db"
    "/cache/rgit-cache.db"
  ]

  env = [

    "REFRESH_INTERVAL=5m"
    "REFRESH_INTERVAL=5m",
    "RUST_LOG=error"
  ]

  volumes = [

    {
      host_path      = "/mnt/xwing/data/gickup"
      container_path = "/git",
      container_path = "/git"
      read_only = true
      type= "bind"
    },
    {
      host_path      = "/mnt/xwing/cache/rgit"
      container_path = "/cache"
    }
  ]