Hacker News new | ask | show | jobs
by aregsarkissian 2680 days ago
One of the more difficult parts of self hosting with a service like digital ocean is managing your own database. Luckily DO just introduced managed postgres databases. Also you can use DO load balancer so you don't have to manage a load balancer and deal with setting up let's encrypt ssl certs, and only have to worry about deploying your web app. I wouldn't go with docker for production just yet because while docker is great for immutable servers and dev/ops parity, it makes things like secret management, logging and monitoring more complicated.