fix: gite nix runners

This commit is contained in:
2026-09-07 18:07:59 +00:00
parent 8cfc7463c6
commit 006ea7f52b
2 changed files with 14 additions and 7 deletions
+1 -1
View File
@@ -68,7 +68,7 @@ let
text = ''
: "''${GCR_LISTEN_ADDR:=127.0.0.1}"
: "''${GCR_LISTEN_PORT:=8787}"
exec ${socat}/bin/socat -T5 -t5 \
exec ${socat}/bin/socat -T120 -t120 \
"TCP-LISTEN:$GCR_LISTEN_PORT,bind=$GCR_LISTEN_ADDR,reuseaddr,fork" \
EXEC:"${handler}/bin/gcr-webhook-handler",pipes
'';