refactor: rename to openclaw
This commit is contained in:
12
render.yaml
12
render.yaml
@@ -1,6 +1,6 @@
|
||||
services:
|
||||
- type: web
|
||||
name: moltbot
|
||||
name: openclaw
|
||||
runtime: docker
|
||||
plan: starter
|
||||
healthCheckPath: /health
|
||||
@@ -9,13 +9,13 @@ services:
|
||||
value: "8080"
|
||||
- key: SETUP_PASSWORD
|
||||
sync: false
|
||||
- key: CLAWDBOT_STATE_DIR
|
||||
value: /data/.clawdbot
|
||||
- key: CLAWDBOT_WORKSPACE_DIR
|
||||
- key: OPENCLAW_STATE_DIR
|
||||
value: /data/.openclaw
|
||||
- key: OPENCLAW_WORKSPACE_DIR
|
||||
value: /data/workspace
|
||||
- key: CLAWDBOT_GATEWAY_TOKEN
|
||||
- key: OPENCLAW_GATEWAY_TOKEN
|
||||
generateValue: true
|
||||
disk:
|
||||
name: moltbot-data
|
||||
name: openclaw-data
|
||||
mountPath: /data
|
||||
sizeGB: 1
|
||||
|
||||
Reference in New Issue
Block a user