Deployment
Docker Deployment
The included docker-compose.yml starts GoClaw alongside a WhatsApp bridge and an example Python weather skill sidecar.
Quick start
bash
Services
| Service | Port(s) | Description |
|---|---|---|
| goclaw | 18789, 50051 | Main gateway + built-in gRPC skill server |
| wa-bridge | 3099 | WhatsApp Baileys bridge (optional) |
| skill-weather | 50052 | Example Python weather skill (optional) |
docker-compose.yml
docker-compose.yml
yaml
âšī¸
The final GoClaw Docker image is ~20MB using a distroless base. No shell, no package manager â just the compiled Go binary, making it safe and minimal.