Comment on What steps do you take to secure your server and your selfhosted services?
ikidd@lemmy.world 1 week agoI was getting more at stacks on a host talking, ie: you have a postgres stack with PG and Pgadmin, but want to use it with other stacks or k8s swarm, without exposing the pg port outside the machine.
MangoPenguin@lemmy.blahaj.zone 1 week ago
You can do that by joining the containers to the same docker network, you don’t need to expose ports even to localhost.
ikidd@lemmy.world 1 week ago
I mustn’t be communicating well, but that’s fine.