HACKER Q&A
📣 nopipeline

Self Hosting – as a systemd service or container?


Self Hosting – as a systemd service or container?


  👤 stop50 Accepted Answer ✓
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)?

👤 keepworking
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.