Files
wehub-resource-sync 15dadb5432
CI / build (push) Has been cancelled
Link Check / link-check (push) Has been cancelled
chore: import upstream snapshot with attribution
2026-07-13 13:38:09 +08:00

17 lines
552 B
YAML

services:
openclaw-test:
image: ghcr.io/phioranex/openclaw-docker:latest
container_name: openclaw-leann-test
environment:
- HOME=/home/node
- OLLAMA_API_KEY=ollama-local
volumes:
- ./docker-data:/home/node/.openclaw
- ../../:/leann-tree:ro
ports:
- "18790:18789"
extra_hosts:
- "host.docker.internal:host-gateway"
entrypoint: ["/app/node_modules/.pnpm/node_modules/.bin/openclaw"]
command: ["gateway", "run", "--port", "18789", "--bind", "lan", "--allow-unconfigured", "--verbose"]