feat: merge readme + add --allow-unconfigured flag to gateway and configure openclaw-cli to build from source [test]

This commit is contained in:
2026-04-02 11:05:33 +07:00
parent 63879d9f03
commit 8fe97c9fc4
2 changed files with 52 additions and 5 deletions
+6 -1
View File
@@ -36,7 +36,8 @@ services:
"--bind",
"${OPENCLAW_GATEWAY_BIND:-lan}",
"--port",
"18789"
"18789",
"--allow-unconfigured"
]
healthcheck:
test:
@@ -52,7 +53,11 @@ services:
start_period: 20s
openclaw-cli:
build:
context: .
dockerfile: ./Dockerfile
image: openclaw-clawteam:latest
pull_policy: build
network_mode: "service:openclaw-gateway"
deploy:
resources: