fix(render): simplify dockerCommand, use token auth with CLAWDBOT_GATEWAY_TOKEN
This commit is contained in:
parent
453e40d25f
commit
6946cde818
@ -3,11 +3,11 @@ services:
|
|||||||
name: moltbot
|
name: moltbot
|
||||||
runtime: docker
|
runtime: docker
|
||||||
plan: starter
|
plan: starter
|
||||||
dockerCommand: sh scripts/render-start.sh
|
dockerCommand: node dist/index.js gateway run --port 8080 --bind lan --auth token --allow-unconfigured
|
||||||
envVars:
|
envVars:
|
||||||
- key: PORT
|
- key: PORT
|
||||||
value: "8080"
|
value: "8080"
|
||||||
- key: CLAWDBOT_GATEWAY_PASSWORD
|
- key: CLAWDBOT_GATEWAY_TOKEN
|
||||||
sync: false
|
sync: false
|
||||||
- key: CLAWDBOT_STATE_DIR
|
- key: CLAWDBOT_STATE_DIR
|
||||||
value: /data/.clawdbot
|
value: /data/.clawdbot
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user