moonshot
This commit is contained in:
12
stack.yml
12
stack.yml
@@ -7,9 +7,7 @@ services:
|
||||
HOME: /home/node
|
||||
TERM: xterm-256color
|
||||
OPENCLAW_GATEWAY_TOKEN: ${OPENCLAW_GATEWAY_TOKEN}
|
||||
CLAUDE_AI_SESSION_KEY: ${CLAUDE_AI_SESSION_KEY}
|
||||
CLAUDE_WEB_SESSION_KEY: ${CLAUDE_WEB_SESSION_KEY}
|
||||
CLAUDE_WEB_COOKIE: ${CLAUDE_WEB_COOKIE}
|
||||
MOONSHOT_API_KEY: ${MOONSHOT_API_KEY}
|
||||
volumes:
|
||||
- openclaw-config:/home/node/.openclaw
|
||||
- openclaw-workspace:/home/node/.openclaw/workspace
|
||||
@@ -27,7 +25,7 @@ services:
|
||||
replicas: 1
|
||||
placement:
|
||||
constraints:
|
||||
- node.hostname == tpi-n2
|
||||
- node.hostname == tpi-n1
|
||||
restart_policy:
|
||||
condition: unless-stopped
|
||||
networks:
|
||||
@@ -52,9 +50,7 @@ services:
|
||||
# TERM: xterm-256color
|
||||
# OPENCLAW_GATEWAY_TOKEN: ${OPENCLAW_GATEWAY_TOKEN}
|
||||
# BROWSER: echo
|
||||
# CLAUDE_AI_SESSION_KEY: ${CLAUDE_AI_SESSION_KEY}
|
||||
# CLAUDE_WEB_SESSION_KEY: ${CLAUDE_WEB_SESSION_KEY}
|
||||
# CLAUDE_WEB_COOKIE: ${CLAUDE_WEB_COOKIE}
|
||||
# MOONSHOT_API_KEY: ${MOONSHOT_API_KEY}
|
||||
# volumes:
|
||||
# - openclaw-config:/home/node/.openclaw
|
||||
# - openclaw-workspace:/home/node/.openclaw/workspace
|
||||
@@ -65,7 +61,7 @@ services:
|
||||
# replicas: 1
|
||||
# placement:
|
||||
# constraints:
|
||||
# - node.hostname == tpi-n2
|
||||
# - node.hostname == tpi-n1
|
||||
# restart_policy:
|
||||
# condition: unless-stopped
|
||||
# networks:
|
||||
|
||||
Reference in New Issue
Block a user