Overview
Deploy Proliferate on your cloud provider.
Every cloud path runs the same thing: one Linux host, the standard Docker Compose stack, and a DNS name pointed at it. There is no cloud-specific server image or config, so pick based on where your team already runs infrastructure.
AWS one-click
A CloudFormation stack that provisions the EC2 host, networking, and an Elastic IP, then bootstraps the server for you. The most automated path.
GCP
Provision a Compute Engine VM and run the standard deploy bundle on it.
Azure
Provision an Azure VM and run the standard deploy bundle on it.
Bring your own server
None of the above required. Any Linux host with Docker and Compose v2, reachable on ports 80 and 443, works: a bare-metal box, a VM from a provider not listed here, or a machine already on your network. Start at Docker on any server.
Kubernetes
Running on Kubernetes instead of a single Compose host? It is not available yet; see that page for where things stand.