this post was submitted on 01 Dec 2023
3 points (80.0% liked)

Self-Hosted Main

502 readers
1 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

For Example

We welcome posts that include suggestions for good self-hosted alternatives to popular online services, how they are better, or how they give back control of your data. Also include hints and tips for less technical readers.

Useful Lists

founded 1 year ago
MODERATORS
top 1 comments
sorted by: hot top controversial new old
[–] [email protected] 1 points 9 months ago

From a security point of view, it's better to create a dedicated network for each of your containers, as apps won't be able to communicate with each others directly.

You can even not setup networking at all and use UNIX sockets instead. However, back-end apps will need to support that.