Menu

Post image 1
Post image 2
1 / 2
0

Coolify vs Dokku vs CapRover: self-host PaaS compared in 2026

DEV Community: astro·pickuma·3 days ago
#y6bnDurm
#dev#dokku#swarm#coolify#around#docker
Reading 0:00
15s threshold

Self-hosting a PaaS used to mean weekends lost to Nginx, systemd, and SSL renewals that broke at 3am. Coolify, Dokku, and CapRover all promise to compress that work into a git push and a web dashboard. They get there through different stacks, and the wrong pick costs you migration time you won't get back. We deployed the same three-service app — a Node API, a Postgres database, and a static Astro frontend — to each platform on a fresh $12/mo Hetzner CX22 (2 vCPU, 4GB RAM). What follows is what we hit, where each one bent, and which we'd reach for on the next project. Architecture decides what breaks Dokku is the oldest of the three (2013) and the leanest: a few thousand lines of Bash glue around Docker, designed to run on a single host. App lifecycles live in ~/dokku/<app> directories. There's no web UI in the core — you ssh in and run dokku apps:create , dokku domains:add , dokku certs:add . A community plugin ( dokku-letsencrypt ) handles TLS.…

Continue reading — create a free account

Join HashtagPLUS to read full articles, follow hashtags, vote, and join the conversation.

Read More