forked from openclaw/openclaw
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrender.yaml
More file actions
23 lines (23 loc) 路 725 Bytes
/
Copy pathrender.yaml
File metadata and controls
23 lines (23 loc) 路 725 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
services:
- type: web
name: openclaw
runtime: docker
plan: starter
# The image CMD has no --allow-unconfigured, so a fresh disk with no
# openclaw.json exits before binding. Render has no shell before the first
# boot, so the flag has to come from the blueprint.
dockerCommand: node openclaw.mjs gateway --allow-unconfigured
healthCheckPath: /startupz
envVars:
- key: OPENCLAW_GATEWAY_PORT
value: "8080"
- key: OPENCLAW_STATE_DIR
value: /data/.openclaw
- key: OPENCLAW_WORKSPACE_DIR
value: /data/workspace
- key: OPENCLAW_GATEWAY_TOKEN
generateValue: true
disk:
name: openclaw-data
mountPath: /data
sizeGB: 1