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
|
||||
runtime: docker
|
||||
plan: starter
|
||||
dockerCommand: sh scripts/render-start.sh
|
||||
dockerCommand: node dist/index.js gateway run --port 8080 --bind lan --auth token --allow-unconfigured
|
||||
envVars:
|
||||
- key: PORT
|
||||
value: "8080"
|
||||
- key: CLAWDBOT_GATEWAY_PASSWORD
|
||||
- key: CLAWDBOT_GATEWAY_TOKEN
|
||||
sync: false
|
||||
- key: CLAWDBOT_STATE_DIR
|
||||
value: /data/.clawdbot
|
||||
|
||||
Loading…
Reference in New Issue
Block a user