Guide to Self-Hosting Lemmy with Individual Containers & Existing NGINX Instance.
LimitedDuck @ LimitedDuck @septic.win Posts 1Comments 43Joined 2 yr. ago
LimitedDuck @ LimitedDuck @septic.win
Posts
1
Comments
43
Joined
2 yr. ago
This is extremely valuable, thanks for this!
As a general question, why did you decide to use a single postgres container for multiple services instead of multiple, stack specific containers? When I first started working with containers I considered your scheme for the sake of minimalism, but didn't want a single container to bring down multiple unrelated services. I also had the resources to accomodate the redundancy.