Do you configure your servarr docker containers from one docker-compose file, or individual ones?

AbsurdityAccelerator@lemmy.world to Selfhosted@lemmy.world – 38 points –

I followed trash guides to set everything up blindly and my set up is working well. But, I feel like having jellyfin in the same docker compose as my "arr" services isn't good. So, I'd be curious to see if I should split things up. I am even wondering if i should let portainer manage everything.

29

You are viewing a single comment

@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.

I run multiple compose files with internal networks. No exposed ports.

So your name resolving them over multiple networks. Seems like a headache. By exposed ports I mean the host only has the reverse proxy with a port mapping. All other conteiners have no port mapping.