From 66f940be10c08acc6e2ddb434aed4c4a315a8761 Mon Sep 17 00:00:00 2001 From: Nemo <commits@captnemo.in> Date: Fri, 09 May 2025 01:01:44 +0530 Subject: [PATCH] rgit --- 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" } ] -- rgit 0.1.5