add openclaw

This commit is contained in:
2026-02-03 02:42:59 +00:00
parent 94b5587831
commit 8bab95d2ef
2 changed files with 30 additions and 0 deletions
+24
View File
@@ -0,0 +1,24 @@
services:
openclaw:
container_name: openclaw
image: fourplayers/openclaw:latest
restart: unless-stopped
ports:
- 18789:18789
- 18790:18790
environment:
- HOME=/home/node
- TERM=xterm-256color
- TZ=America/New_York
- OPENCLAW_GATEWAY_TOKEN=${OPENCLAW_GATEWAY_TOKEN}
- ANTHROPIC_API_KEY=${ANTHROPIC_API_KEY}
volumes:
- /srv/openclaw/config:/home/node/.openclaw
- /srv/openclaw/workspace:/home/node/.openclaw/workspace
init: true
networks:
- npm-network
networks:
npm-network:
external: true