openclaw/render.yaml
Ojus Save 9eaaa2b0d0 fix(render): add startup script to configure trusted proxies and insecure UI auth
- Create render-start.sh that writes config before starting gateway
- Configure gateway.trustedProxies for Render's internal network
- Enable gateway.controlUi.allowInsecureAuth to skip device pairing
2026-01-28 10:10:12 -08:00

20 lines
442 B
YAML

services:
- type: web
name: moltbot
runtime: docker
plan: starter
dockerCommand: sh scripts/render-start.sh
envVars:
- key: PORT
value: "8080"
- key: CLAWDBOT_GATEWAY_PASSWORD
sync: false
- key: CLAWDBOT_STATE_DIR
value: /data/.clawdbot
- key: CLAWDBOT_WORKSPACE_DIR
value: /data/workspace
disk:
name: moltbot-data
mountPath: /data
sizeGB: 1