diff --git a/docker-compose.yml b/docker-compose.yml index fcafa73..939d7a6 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -53,6 +53,9 @@ services: - /mnt/media/downloads:/downloads ports: - 8989:8989 + networks: + - default + - gluetun_net restart: unless-stopped radarr: @@ -68,6 +71,9 @@ services: - /mnt/media/downloads:/downloads ports: - 7878:7878 + networks: + - default + - gluetun_net restart: unless-stopped lidarr: @@ -83,6 +89,9 @@ services: - /mnt/media/downloads:/downloads ports: - 8686:8686 + networks: + - default + - gluetun_net restart: unless-stopped # ─── Request Management ─────────────────────── @@ -97,6 +106,9 @@ services: - ./config/jellyseerr:/app/config ports: - 5055:5055 + networks: + - default + - gluetun_net restart: unless-stopped # ─── Media Server ─────────────────────────────