feat: update readme for more detail information and add instruction, fix dashboard pairing error, update gitignore for memory files
This commit is contained in:
+4
-10
@@ -16,7 +16,7 @@ services:
|
||||
TERM: xterm-256color
|
||||
NODE_OPTIONS: "--max-old-space-size=8192"
|
||||
OPENCLAW_GATEWAY_TOKEN: ${OPENCLAW_GATEWAY_TOKEN:-team-token}
|
||||
OPENCLAW_ALLOW_INSECURE_PRIVATE_WS: ${OPENCLAW_ALLOW_INSECURE_PRIVATE_WS:-}
|
||||
OPENCLAW_ALLOW_INSECURE_PRIVATE_WS: "true"
|
||||
CLAUDE_AI_SESSION_KEY: ${CLAUDE_AI_SESSION_KEY:-}
|
||||
CLAUDE_WEB_SESSION_KEY: ${CLAUDE_WEB_SESSION_KEY:-}
|
||||
CLAUDE_WEB_COOKIE: ${CLAUDE_WEB_COOKIE:-}
|
||||
@@ -36,13 +36,7 @@ services:
|
||||
openclaw config set gateway.controlUi.dangerouslyAllowHostHeaderOriginFallback true
|
||||
exec openclaw gateway --bind "${OPENCLAW_GATEWAY_BIND:-lan}" --port 18789 --allow-unconfigured
|
||||
healthcheck:
|
||||
test:
|
||||
[
|
||||
"CMD",
|
||||
"node",
|
||||
"-e",
|
||||
"fetch('http://127.0.0.1:18789/healthz').then((r)=>process.exit(r.ok?0:1)).catch(()=>process.exit(1))"
|
||||
]
|
||||
test: [ "CMD", "node", "-e", "fetch('http://127.0.0.1:18789/healthz').then((r)=>process.exit(r.ok?0:1)).catch(()=>process.exit(1))" ]
|
||||
interval: 30s
|
||||
timeout: 5s
|
||||
retries: 5
|
||||
@@ -79,7 +73,7 @@ services:
|
||||
stdin_open: true
|
||||
tty: true
|
||||
init: true
|
||||
entrypoint: ["/bin/bash", "-c"]
|
||||
command: ["tail -f /dev/null"]
|
||||
entrypoint: [ "/bin/bash", "-c" ]
|
||||
command: [ "tail -f /dev/null" ]
|
||||
depends_on:
|
||||
- openclaw-gateway
|
||||
|
||||
Reference in New Issue
Block a user