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:
@@ -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))"]
|
||||
|
||||
Reference in New Issue
Block a user