Hacker News new | ask | show | jobs
by boxed 1154 days ago
Or dokku, which is to a very high degree compatible with heroku too.
2 comments

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.