Ask HN: Cheaper Heroku alternatives for Rails apps?
I want something like Heroku but that is cheaper. My stack is a Rails app + 1 Postgres instance.
I know render.com and fly.io. Do you have any to recommend between these? Any other suggestions?
Besides pricing, I also want it to be as easy to set up as Heroku (or more).
EDIT: I just discovered there's also DigitalOcean's Apps. Anyone has any experience to share? Maybe it's worth considering since I'm already a paying DO customer.
Thanks!
27 comments
[ 3.1 ms ] story [ 70.3 ms ] threadIt's incredible.
You can easily run multiple apps in any language on dokku.
I've heard of dokku but haven't tried it. Thought there were at least a few small SAAS businesses running it.
These days there are really affordable app hosting platforms like DO or Render.
Dokku does scale past a single node - you can use our kubernetes or nomad plugin for that.
Regarding "it randomly go down multiple times", I am quite curious as to what the causes here were. Instance reboots cause containers to lose IP addresses (thats a docker limitation) and upgrades of Docker Engine do the same. Outside of that, unless your app crashed due to memory constraints or bugs in code, Dokku shouldn't really touch them. It merely starts containers and lets the docker daemon keep them up. If you have any info on the issues, I'd be happy to investigate.
Reliability, I would say it's the same as the rest of DO. Good enough for my small business purposes.
I really like using their blueprint setup and there is a nice sense of rapid iteration on their product with a public roadmap. Definitely worth giving a try.
Sailor is a tiny PaaS to install on your servers/VPS that uses git push to deploy micro-apps, micro-services, sites with SSL, on your own servers or VPS
[0] https://github.com/mardix/sailor