Install
Docker images
We provide official Docker images for all major components.
Docker images vs Docker Compose
Docker images are suitable for production deployments.
The provided Docker Compose files are for development and testing.
For production, we recommend using Kubernetes with Helm.
Platform support
- Use the
linux/arm64orlinux/amd64image for production environments. - All images are publicly accessible.
Docker images are supported for production only on Linux systems. Windows and macOS are supported for development environments only.