Self hosting
Docker
Run your slave in Docker
The simplest way to self-host a slave.
Quick start
Environment
Create a .env file in core/:
Docker Compose
The included docker-compose.yml sets up:
- The slave daemon
- Persistent volume for memory/data
- Health checks
- Auto-restart on failure
Custom Dockerfile
For advanced setups, use the provided Dockerfiles:
Dockerfile— standard buildDockerfile.sandbox— sandboxed execution for agent toolsDockerfile.sandbox-browser— includes Playwright browser for web automation