Update volume paths for clawdbot to moltbot

This commit is contained in:
Saket Poswal 2026-01-29 18:04:48 +05:30 committed by GitHub
parent 29e8acf855
commit 67d1344d01
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,8 +10,8 @@ services:
CLAUDE_WEB_SESSION_KEY: ${CLAUDE_WEB_SESSION_KEY}
CLAUDE_WEB_COOKIE: ${CLAUDE_WEB_COOKIE}
volumes:
- ${CLAWDBOT_CONFIG_DIR}:/home/node/.clawdbot
- ${CLAWDBOT_WORKSPACE_DIR}:/home/node/clawd
- ${CLAWDBOT_CONFIG_DIR}:/home/node/.moltbot
- ${CLAWDBOT_WORKSPACE_DIR}:/home/node/moltbot
ports:
- "${CLAWDBOT_GATEWAY_PORT:-18789}:18789"
- "${CLAWDBOT_BRIDGE_PORT:-18790}:18790"
@ -39,8 +39,8 @@ services:
CLAUDE_WEB_SESSION_KEY: ${CLAUDE_WEB_SESSION_KEY}
CLAUDE_WEB_COOKIE: ${CLAUDE_WEB_COOKIE}
volumes:
- ${CLAWDBOT_CONFIG_DIR}:/home/node/.clawdbot
- ${CLAWDBOT_WORKSPACE_DIR}:/home/node/clawd
- ${CLAWDBOT_CONFIG_DIR}:/home/node/.moltbot
- ${CLAWDBOT_WORKSPACE_DIR}:/home/node/moltbot
stdin_open: true
tty: true
init: true