|
|
|
|
|
by federalfarmer
659 days ago
|
|
I've missed the Vercel/Coolify hype train, the last "seamless" deployment platform I touched was Heroku. What makes Coolify so useful? It's never taken me more than 30 minutes to deploy self-hosted tools, from Nextcloud to Prosody, even without Docker. These "serverless" platforms certainly aren't any cheaper than bare metal and are at best marginally quicker to deploy, so what makes Coolify so useful to you? Is it easier to maintain, manage dependencies, or load balance over time? What am I missing? |
|
30 minutes honestly sounds like a long time compared to the time it takes to do this with a PaaS.
Some other stuff that's nice: multiple environments (staging, production, you name it), Multiple deploy targets if you're running many servers (via Docker Swarm), support for Teams (in case you need multiple people to handle something, update environment variables, etc). There's lots.
Maybe you should give it a whirl? I don't know your exact use-cases