Docs: add Render deployment guide (#1975)

Co-authored-by: Anurag Goel <anurag@users.noreply.github.com>
This commit is contained in:
Shadow
2026-01-25 20:28:53 -06:00
parent a21671ed5b
commit 136f0d4d1d
4 changed files with 181 additions and 0 deletions

21
render.yaml Normal file
View File

@@ -0,0 +1,21 @@
services:
- type: web
name: clawdbot
runtime: docker
plan: starter
healthCheckPath: /health
envVars:
- key: PORT
value: "8080"
- key: SETUP_PASSWORD
sync: false
- key: CLAWDBOT_STATE_DIR
value: /data/.clawdbot
- key: CLAWDBOT_WORKSPACE_DIR
value: /data/workspace
- key: CLAWDBOT_GATEWAY_TOKEN
generateValue: true
disk:
name: clawdbot-data
mountPath: /data
sizeGB: 1