Comment on Do you configure your servarr docker containers from one docker-compose file, or individual ones?
Auli@twit.social 11 months ago
@AbsurdityAccelerator All one file. Makes reverse proxy easy and most don’t need any open ports. Probably somewhere around 40. Oh two in their separate files cause I compile them from source.
scottmeme@sh.itjust.works 11 months ago
I run multiple compose files with internal networks. No exposed ports.
Auli@lemmy.ca 11 months ago
So your name resolving them over multiple networks. Seems like a headache.
scottmeme@sh.itjust.works 11 months ago
You can just refer to them by the name you give it in the services block, it’s actually really simple. No port mappings at all.
nginxproxymanager.com/advanced-config/#running-pr…