20 lines
516 B
YAML
20 lines
516 B
YAML
services:
|
|
- type: web
|
|
name: moltbot
|
|
runtime: docker
|
|
plan: starter
|
|
dockerCommand: node dist/index.js gateway --port 8080 --bind lan --auth password --allow-unconfigured --trust-proxy
|
|
envVars:
|
|
- key: PORT
|
|
value: "8080"
|
|
- key: CLAWDBOT_GATEWAY_PASSWORD
|
|
sync: false
|
|
- key: CLAWDBOT_STATE_DIR
|
|
value: /data/.clawdbot
|
|
- key: CLAWDBOT_WORKSPACE_DIR
|
|
value: /data/workspace
|
|
disk:
|
|
name: moltbot-data
|
|
mountPath: /data
|
|
sizeGB: 1
|