From b1cc215360459ebc143a7f7da6e99fff4c1831ed Mon Sep 17 00:00:00 2001 From: Nick Date: Sun, 26 Apr 2026 07:22:53 +0000 Subject: [PATCH] Fixed issue with gluetun network integration: Jellyfin media automation stack --- docker-compose.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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 ─────────────────────────────