Self Hosting – as a systemd service or container?
Self Hosting – as a systemd service or container?
For me it consists of these questions:
1. Does it make a difference running it in 10 instances?
2. Is the required environment complex(what do i need to create the environment)?
Even in systemd, there is enough sandboxing function, so I use it.
If we need to get away from version dependencies. I think we'll consider containers as well.