From fe64c84147165ac75b3313f17b99549cb03807d3 Mon Sep 17 00:00:00 2001 From: Anurag Goel Date: Sun, 25 Jan 2026 18:53:39 -0800 Subject: [PATCH] render: add dockerCommand and fix gateway port config - Add dockerCommand to start gateway with --bind lan --port 8080 - Replace unused INTERNAL_GATEWAY_PORT with CLAWDBOT_GATEWAY_PORT - Gateway now properly starts on port 8080 for Render's HTTP proxy Co-Authored-By: Claude Opus 4.5 --- render.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/render.yaml b/render.yaml index 01923a8f6..17f79d1da 100644 --- a/render.yaml +++ b/render.yaml @@ -4,9 +4,12 @@ services: runtime: docker plan: starter healthCheckPath: /health + dockerCommand: node dist/index.js gateway --bind lan --port 8080 --allow-unconfigured envVars: - key: PORT value: "8080" + - key: CLAWDBOT_GATEWAY_PORT + value: "8080" - key: SETUP_PASSWORD sync: false - key: CLAWDBOT_STATE_DIR