Self-host Coolify
Platform-as-a-ServiceAn open-source, self-hostable Heroku/Vercel/Netlify alternative — deploy apps, databases, and services to your own servers from a Git push, with one control panel.
Key facts
Pick Coolify when you want a Heroku-style push-to-deploy experience on your own servers — apps, databases, and preview environments from one dashboard — and you're comfortable that it's still a fast-moving project led by a small core. If you only ever run a couple of containers, a plain Compose file plus Nginx Proxy Manager is far less to operate; if you need to spread work across many servers, Dokploy's Swarm model is the closer fit.
Follow the Coolify deploy guide →What you need
- Any VPS with at least 2048 MB of RAM
- A domain you control — most self-hosted setups need HTTPS in front of them
- Under an hour if you've used Docker before
Install with Docker Compose
Save this as compose.yml and run docker compose up -d:
# Coolify — official one-line installer (Ubuntu/Debian)
curl -fsSL https://cdn.coollabs.io/coolify/install.sh | bash
# then open http://SERVER_IP:8000 to finish setupWhat you take on
Coolify swaps a managed platform for one you operate yourself — so the platform's own reliability becomes your job too: