Self-Hosting
Local Development & Single Container
A full Rivet cluster can be ran in a single container for use cases like:
- Develop your app with a local Rivet cluster
- Including in an existing Docker Compose project
- Quick, single-node deployments
Prerequisites
- Docker
Operation
Run with Docker CLI
Start a Rivet cluster:
Run Rivet with:
Command Line
This runs Rivet with HTTP, TCP, and UDP networking support.
Data will be stored in a folder named rivet-data
in your current directory.
Next, follow the setup guide.
Integrate in to existing Docker Compose
Integrate in to an existing project's Docker Compose with:
YAML