From ebff53560285fc1037a00f33105eb5ea8710dbaa Mon Sep 17 00:00:00 2001 From: Rik Veenboer Date: Thu, 29 Jan 2026 19:44:38 +0100 Subject: [PATCH] rewrite host and remove external networks --- compose.dsmr.yaml | 2 -- compose.jackett.yaml | 3 --- compose.jellyseerr.yaml | 4 ++-- compose.mediamtx.yaml | 2 +- compose.nodered.yaml | 2 +- compose.prowlarr.yaml | 13 +++++++------ compose.radarr.yaml | 11 ++++------- compose.readarr.yaml | 9 +++------ compose.sonarr.yaml | 10 ++++------ 9 files changed, 22 insertions(+), 34 deletions(-) diff --git a/compose.dsmr.yaml b/compose.dsmr.yaml index 707ab72..d171d28 100644 --- a/compose.dsmr.yaml +++ b/compose.dsmr.yaml @@ -8,8 +8,6 @@ services: - DSMRREADER_ADMIN_USER=${DSMRREADER_USER:?} - DSMRREADER_ADMIN_PASSWORD=${DSMRREADER_PASSWORD:?} image: xirixiz/dsmr-reader-docker:5.10.3-2023.04.02 - links: - - dsmrdb:dsmrreader ports: - 8888:80 restart: unless-stopped diff --git a/compose.jackett.yaml b/compose.jackett.yaml index 59cdb08..b8969aa 100644 --- a/compose.jackett.yaml +++ b/compose.jackett.yaml @@ -5,9 +5,6 @@ services: - PUID=1000 - PGID=1000 - TZ=Europe/Amsterdam - external_links: - - transmission - - qbittorrent image: linuxserver/jackett:0.24.339 ports: - 9117:9117 diff --git a/compose.jellyseerr.yaml b/compose.jellyseerr.yaml index 183f569..490dee1 100644 --- a/compose.jellyseerr.yaml +++ b/compose.jellyseerr.yaml @@ -10,5 +10,5 @@ services: volumes: - /opt/jellyseerr:/app/config extra_hosts: - - sonarr:192.168.2.200 - - lidarr:192.168.2.200 + - "sonarr:${HOST_IP}" + - "lidarr:${HOST_IP}" diff --git a/compose.mediamtx.yaml b/compose.mediamtx.yaml index 7e909f5..d46dbf0 100644 --- a/compose.mediamtx.yaml +++ b/compose.mediamtx.yaml @@ -4,7 +4,7 @@ services: container_name: mediamtx environment: MTX_RTSPTRANSPORTS: tcp - MTX_WEBRTCADDITIONALHOSTS: 192.168.2.200 + MTX_WEBRTCADDITIONALHOSTS: :${HOST_IP} ports: - "8554:8554" - "1935:1935" diff --git a/compose.nodered.yaml b/compose.nodered.yaml index 7b89351..df59cc3 100644 --- a/compose.nodered.yaml +++ b/compose.nodered.yaml @@ -10,4 +10,4 @@ services: - TZ=Europe/Amsterdam extra_hosts: - "host:${HOST_IP}" - - mqqtt:192.168.2.200 + - "mqtt:${HOST_IP}" diff --git a/compose.prowlarr.yaml b/compose.prowlarr.yaml index 40585a4..ad3bfb0 100644 --- a/compose.prowlarr.yaml +++ b/compose.prowlarr.yaml @@ -12,9 +12,10 @@ services: - 9696:9696 restart: unless-stopped extra_hosts: - - transmission:192.168.2.200 - - qbittorrent:192.168.2.200 - - jackett:192.168.2.200 - - radarr:192.168.2.200 - - sonarr:192.168.2.200 - - lidarr:192.168.2.200 + - "transmission:${HOST_IP}" + - "qbittorrent:${HOST_IP}" + - "jackett:${HOST_IP}" + - "prowlarr:${HOST_IP}" + - "radarr:${HOST_IP}" + - "sonarr:${HOST_IP}" + - "lidarr:${HOST_IP}" diff --git a/compose.radarr.yaml b/compose.radarr.yaml index eedcfc8..b84802c 100644 --- a/compose.radarr.yaml +++ b/compose.radarr.yaml @@ -6,14 +6,11 @@ services: - PUID=1000 - PGID=1000 - TZ=Europe/Amsterdam - external_links: - - transmission - - qbittorrent extra_hosts: - - transmission:192.168.2.200 - - qbittorrent:192.168.2.200 - - jackett:192.168.2.200 - - prowlarr:192.168.2.200 + - "transmission:${HOST_IP}" + - "qbittorrent:${HOST_IP}" + - "jackett:${HOST_IP}" + - "prowlarr:${HOST_IP}" ports: - 17878:7878 restart: unless-stopped diff --git a/compose.readarr.yaml b/compose.readarr.yaml index c5dfcb8..de6156a 100644 --- a/compose.readarr.yaml +++ b/compose.readarr.yaml @@ -5,12 +5,10 @@ services: - PUID=1000 - PGID=1000 - TZ=Europe/Amsterdam - external_links: - - transmission extra_hosts: - - jacket:192.168.2.200 - - transmission:192.168.2.200 - - qbittorrent:192.168.2.200 + - "transmission:${HOST_IP}" + - "qbittorrent:${HOST_IP}" + - "jackett:${HOST_IP}" image: linuxserver/readarr:develop-0.4.18.2805-ls156 ports: - 18787:8787 @@ -20,4 +18,3 @@ services: - /mnt/yotta/neon/Books/Epub:/books - /media/scratch/transmission:/downloads/transmission - /media/scratch/qbittorrent:/downloads/qbittorrent - diff --git a/compose.sonarr.yaml b/compose.sonarr.yaml index a63f038..e9f8e9d 100644 --- a/compose.sonarr.yaml +++ b/compose.sonarr.yaml @@ -6,13 +6,11 @@ services: - PUID=1000 - PGID=1000 - TZ=Europe/Amsterdam - external_links: - - transmission extra_hosts: - - transmission:192.168.2.200 - - qbittorrent:192.168.2.200 - - jackett:192.168.2.200 - - prowlarr:192.168.2.200 + - "transmission:${HOST_IP}" + - "qbittorrent:${HOST_IP}" + - "jackett:${HOST_IP}" + - "prowlarr:${HOST_IP}" ports: - 18989:8989 restart: unless-stopped