Update volume paths for clawdbot to moltbot
This commit is contained in:
parent
29e8acf855
commit
67d1344d01
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user