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

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"
    }
  ]