Files
openclaw/render.yaml
T

20 lines
449 B
YAML
Raw Normal View History

2026-01-25 20:28:53 -06:00
services:
- type: web
2026-01-30 03:15:10 +01:00
name: openclaw
2026-01-25 20:28:53 -06:00
runtime: docker
plan: starter
healthCheckPath: /health
envVars:
- key: OPENCLAW_GATEWAY_PORT
2026-01-25 20:28:53 -06:00
value: "8080"
2026-01-30 03:15:10 +01:00
- key: OPENCLAW_STATE_DIR
value: /data/.openclaw
- key: OPENCLAW_WORKSPACE_DIR
2026-01-25 20:28:53 -06:00
value: /data/workspace
2026-01-30 03:15:10 +01:00
- key: OPENCLAW_GATEWAY_TOKEN
2026-01-25 20:28:53 -06:00
generateValue: true
disk:
2026-01-30 03:15:10 +01:00
name: openclaw-data
2026-01-25 20:28:53 -06:00
mountPath: /data
sizeGB: 1