Hacker News new | ask | show | jobs
by codetheweb 1914 days ago
This looks pretty cool! Is it basically Dokku with a web interface?

https://dokku.com/docs/

2 comments

Also a Dokku fan. I don't think this project is related or uses it under the hood ( https://github.com/coollabsio/coolify/search?q=dokku ), although it's clearly similar. The marketing page only mentions Node.js support, but the Readme mentions using Buildpacks (https://github.com/coollabsio/coolify ) although it still isn't clear if it supports languages other than Node JavaScript. I would assume though if the goal is to support buildpacks and be a true Heroku replacement it will soon support everything just like Dokku.

Definitely very cool and something to keep an eye on as it develops!

Looking through code [0] it doesn't look like they use buildpacks but just construct a Dockerfile based on some config values and run `docker build`.

[0]: https://github.com/coollabsio/coolify/blob/main/api/packs/no...

Huh, then that's confusing that the README mentions it. It could just be a planned feature and that wasn't properly clarified.
I'm a big fan of Dokku and use it on a number of personal projects. It's come a long way.

Having deployment just be a push to a remote repository is really nice.