Ask HN: Self Hosting – as a systemd service or container?

6 points by nopipeline ↗ HN

3 comments

[ 2.9 ms ] story [ 14.3 ms ] thread
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.