I'm considering switching my personal servers (on Digital Ocean) from Ubuntu to Debian. I essentially just need something running Docker for most of my projects.
Debian seems to require upgrading less often. Any opinions?
For my personal server, I deploy services with docker and update with watchtower. It works OK, but I'd love to have a proper configuration as code approach.
I want a git commit to change a file that says which version should be live, and then CI should deploy that.
Are there any open source serverless platforms? It feels like something I ought to be able to run in Docker on my personal VMs, but I've not heard of anything.
(I appreciate the irony of serverless on your own server, but the programming model seems generally applicable.)