refactor: rename to openclaw

This commit is contained in:
Peter Steinberger
2026-01-30 03:15:10 +01:00
parent 4583f88626
commit 9a7160786a
2357 changed files with 16688 additions and 16788 deletions

View File

@@ -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