Comment on Heroku's Managed DB's have been down for 2+ hoursparentComments−mappu4yIf by "replicating" you mean replicating the experience, then you're looking for DokkuEasy setup + MIT license and you get the same git push deploys, Heroku-compatible buildpacks or bring your own Dockerfile.I would recommend running it on probably on Linode / DigitalOcean / Vultr.−strken4yDokku is great for a single host. If you have a more complicated setup you can go a long way with post-receive hooks, although it won't be as magical without buildpacks.
Comments
If by "replicating" you mean replicating the experience, then you're looking for Dokku
Easy setup + MIT license and you get the same git push deploys, Heroku-compatible buildpacks or bring your own Dockerfile.
I would recommend running it on probably on Linode / DigitalOcean / Vultr.
Dokku is great for a single host. If you have a more complicated setup you can go a long way with post-receive hooks, although it won't be as magical without buildpacks.