Comment on Could somebody share a working Arr stack in docker with me?
Reannlegge@lemmy.ca 1 day agoCool I have different docker-compose.yml files for each service did not even think to put them in one.
Comment on Could somebody share a working Arr stack in docker with me?
Reannlegge@lemmy.ca 1 day agoCool I have different docker-compose.yml files for each service did not even think to put them in one.
the_shwa@programming.dev 1 day ago
I think they have to be for the gluetun(vpn container) dependency, but I could be mistaken. It does make it easier to
docker compose up -dand have the whole stack startup.GreatRam@lemmy.world 1 day ago
They dont. I have gluetun and qbittorrent in one docker compose and the starrs in a separate docker compose.
Reannlegge@lemmy.ca 1 day ago
I use wireguard so I wouldn’t know.
the_shwa@programming.dev 1 day ago
So do I, I’m just using it in gluetun so that I can pass all the traffic from this stack of containers in this yaml file through it and not other traffic. Gluetun is a pretty cool project, it made it easy too setup a connection to mullvad. github.com/passteque/gluetun