Docker Deployment
Running TaskDaemon with Docker and Docker Compose.Basic Docker Run
Required Volumes
| Volume | Purpose |
|---|---|
handlers.toml:/app/handlers.toml | Handler configuration |
/var/run/docker.sock:/var/run/docker.sock | Docker socket for spawning handler containers |
Ports
| Port | Protocol | Description |
|---|---|---|
| 8080 | HTTP | REST API, metrics, health checks |
| 50051 | gRPC | gRPC API |