feat: add claude-dev docker setup & update openclaw config

Added Dockerfile and docker-compose.yml for claude-dev on NAS. Updated openclaw docker-compose.yml to include --allow-unconfigured argument.
This commit is contained in:
Gan, Jimmy
2026-02-20 09:19:36 +08:00
parent a882f45f2e
commit 47a97a09fe
3 changed files with 26 additions and 0 deletions
+1
View File
@@ -23,6 +23,7 @@ services:
"lan",
"--port",
"18789",
"--allow-unconfigured",
]
healthcheck:
test: ["CMD", "node", "-e", "fetch('http://localhost:18789').then(r=>{process.exit(r.ok?0:1)}).catch(()=>process.exit(1))"]