use-apify.com
Coolify: guides & tutorials
Coolify open-source PaaS (52k stars): self-hosted Heroku/Vercel alternative with Docker Swarm support and 280+ one-click templates on Liquid Web VPS.
5 articles
View all tags
Coolify is an open-source PaaS that turns a VPS into a self-hosted Heroku or Vercel, with Docker support and hundreds of one-click templates. These guides cover deploying it on a Liquid Web VPS.
It gives you push-to-deploy convenience without vendor lock-in or per-seat pricing. Below you will find setup guides and template walkthroughs for Coolify.

TL;DR
- One
docker-compose.yml deploys Authentik (SSO) + Outline (wiki) + shared PostgreSQL + Redis + Caddy; Coolify installs separately via its own script
- Measured idle RAM: ~2 GB (Authentik + Outline stack) + ~770 MB (Coolify stack) = ~2.8 GB total across the host
- Minimum Liquid Web tier: 8 GB Managed VPS (~$33–$40/mo); 16 GB recommended if you plan to deploy many apps via Coolify
- Replaces: Okta (~$20/mo for 10 users) + Vercel Pro ($20/mo) + Notion Team ($160/mo for 10 users) = $200/mo down to ~$33/mo
Most engineering teams pay three separate vendors with no shared identity layer tying them together: Okta handles SSO, Vercel handles deployments, and Notion holds documentation. Each has its own login, its own access controls, and its own billing. This guide deploys the open-source equivalents — Authentik for identity, Coolify for self-hosted PaaS deployments, and Outline for team wiki — on a single Liquid Web 8 GB VPS, connected through OIDC so all three share one set of credentials.