Docker Compose (recommended)
The repo includes a docker-compose.yml for the simplest deployment path.
Fleet will be available at http://localhost:3000.
Docker (standalone)
Build the image
Run the container
Reverse proxy
To expose Fleet publicly, put it behind nginx with Certbot for TLS. See the platform-specific guides for full setup instructions:
nginx example
Socket.IO requires sticky sessions if you run multiple Fleet instances behind a load balancer. For most self-hosted setups, a single instance is sufficient.
Updating