Luctia / ezarr

Ezarr aims to make it as easy as possible to setup an entire Servarr/Jackett/BitTorrent/Usenet/PleX/Jellyfin mediacenter stack using Docker
MIT License
693 stars 79 forks source link

Feature Request: Bridge Network #8

Closed stevietv closed 2 years ago

stevietv commented 2 years ago

Is your feature request related to a problem? Please describe. n/a

Describe the solution you'd like Add a bridge network for the stack and assign all containers to that bridge network. That way all containers can use docker DNS and refer to each other by container name

Describe alternatives you've considered n/a

Additional context n/a

Luctia commented 2 years ago

Referring to each other by container name already works, as a matter of fact, it's the only way to link Servarr apps and qBittorrent, for example. Is that what you mean by this? The setting isn't explicitly stated in the docker-compose.yml file because it's the default.

stevietv commented 2 years ago

ahh, compose creates a bridge network for the apps in the single compose then :)