Hello,
I just wrote an article about how to setup a Paas like architecture on any bare metal (cheap) VPS. Used to host many side projects server applications on one machine, like a PRO.
Hope you find thins useful and stop paying huge amount to Heroku :)
Nice reading,
I agree that most PaaS (especially Heroku) are expensive. If I run the infrastructure myself, even if it is in a PaaS-like setup I get a whole lot of stuff to worry about but pay probably less. I trade time (and worries) for money. And the whole point of a PaaS is that I don't have to worry about (almost) anything so that I can focus on the important stuff.
Hello jansroka,
Yes I agree with you that you should focus on building the product rather than dealing with infra, But I am mainly trying to explain that, we can even do Heroku-like infra with a little-or-no hassle. I am supposing here that the reader should know a minimum basics of docker, but I am showing here that the setup is fully AUTO :
I really found this very productive, intuitive and hassle-free, as someone was doing it manually. I am hosting near 20 applications server on same machine with 0 configuration.
I agree with you 100%! Dealing with servers, databases, updates etc can be a lot of work.