Files
openclaw/render.yaml

22 lines
480 B
YAML
Raw Normal View History

services:
- type: web
2026-01-30 03:15:10 +01:00
name: openclaw
runtime: docker
plan: starter
healthCheckPath: /health
envVars:
- key: PORT
value: "8080"
- key: SETUP_PASSWORD
sync: false
2026-01-30 03:15:10 +01:00
- key: OPENCLAW_STATE_DIR
value: /data/.openclaw
- key: OPENCLAW_WORKSPACE_DIR
value: /data/workspace
2026-01-30 03:15:10 +01:00
- key: OPENCLAW_GATEWAY_TOKEN
generateValue: true
disk:
2026-01-30 03:15:10 +01:00
name: openclaw-data
mountPath: /data
sizeGB: 1