Add openclaw/docker-compose.yml
This commit is contained in:
@@ -0,0 +1,18 @@
|
|||||||
|
services:
|
||||||
|
openclaw:
|
||||||
|
image: ghcr.io/openclaw/openclaw:latest
|
||||||
|
container_name: openclaw-gateway
|
||||||
|
restart: unless-stopped
|
||||||
|
ports:
|
||||||
|
- "18789:18789" # Web UI
|
||||||
|
volumes:
|
||||||
|
- /app/data/openclaw:/root/.openclaw # Persistent config/memory
|
||||||
|
environment:
|
||||||
|
- OPENCLAW_MODE=lan
|
||||||
|
- OPENCLAW_BIND=0.0.0.0
|
||||||
|
networks:
|
||||||
|
- vlan30_net
|
||||||
|
|
||||||
|
networks:
|
||||||
|
vlan30_net:
|
||||||
|
external: true # Join your existing services network
|
||||||
Reference in New Issue
Block a user