Hacker News new | ask | show | jobs
by rcarmo 1155 days ago
Friendly reminder that if you want Heroku-like deployments for simple projects you can go and roll your own with https://github.com/piku :)
2 comments

Or dokku, which is to a very high degree compatible with heroku too.
Dokku is amazing if you just want to get your stuff deployed behind a https domain.

It allows the average developer (me) to spin up docker containers behind HTTPS subdomains together with postgres and other popular services from nothing within less than half an hour.

It supports kubernetes and stuff nowadays too.
Looks nice, I'll try it for my next little project.
or cloud66.com - creates an environment like Heroku but on your servers on any cloud, plus you get 1 free server per application.