One Binary
Single Go binary. No runtime, no Kubernetes, no agent to babysit. Drop it on a VPS and go.
One Binary
Single Go binary. No runtime, no Kubernetes, no agent to babysit. Drop it on a VPS and go.
Automatic HTTPS
Embedded Caddy handles Let’s Encrypt, custom certs, and routing. Zero config for the happy path.
Built-in Backups
Postgres, MySQL, Mongo, Redis, SQLite, volumes. Local or S3. Schedules and retention included.
Metrics + Alerts
Per-service CPU, memory, request rates, latency, errors. Webhook alerts on rules you define.
Remote CLI
kubectl-style contexts. Pull, diff, apply compose files against any server you have a key for.
Install the binary on your server.
curl -fsSL https://github.com/vazra/simpledeploy/releases/latest/download/install.sh | shAdd simpledeploy.* labels to your docker-compose.yml.
services: web: image: nginx:alpine labels: simpledeploy.app: my-site simpledeploy.endpoints: "my-site.example.com -> 80"Apply.
simpledeploy apply ./docker-compose.yml| Dimension | SimpleDeploy | Dokku | CapRover | Coolify | Bare docker compose |
|---|---|---|---|---|---|
| Single binary | Yes | No | No | No | n/a |
| Embedded TLS proxy | Yes | Yes | Yes | Yes | No |
| Built-in backups | Yes | No | No | Yes | No |
| Web UI | Yes | No | Yes | Yes | No |
| Multi-user + RBAC | Yes | No | No | Partial | No |
| Requires Docker Swarm | No | No | Yes | No | No |
Comparisons are based on stable releases at time of writing. See each project’s docs for current state.
brew install vazra/tap/simpledeploycurl -fsSL https://pkg.simpledeploy.dev/apt/setup.sh | sudo shsudo apt install simpledeploysudo mkdir -p /etc/simpledeploy /var/lib/simpledeploycurl -fsSL https://raw.githubusercontent.com/vazra/simpledeploy/main/deploy/docker-compose.example.yml \ | sudo tee /etc/simpledeploy/docker-compose.ymlcd /etc/simpledeploy && sudo docker compose up -dcurl -fsSL https://github.com/vazra/simpledeploy/releases/latest/download/install.sh | shSimpleDeploy is built in the open by a small team. If it saves you time, star the repo so more self-hosters can find it.
SimpleDeploy is open source. Code is MIT licensed; docs are CC-BY-4.0. Report security issues via the security policy.