From 491beeb77c680f9ee44f73527152df7bad9ad133 Mon Sep 17 00:00:00 2001 From: feldjaeger Date: Tue, 10 Mar 2026 18:08:25 +0100 Subject: [PATCH] Remove radarrEN service from compose.yaml Removed radarrEN service configuration from compose.yaml. --- compose.yaml | 20 +------------------- 1 file changed, 1 insertion(+), 19 deletions(-) diff --git a/compose.yaml b/compose.yaml index 070c5f8..73d1875 100644 --- a/compose.yaml +++ b/compose.yaml @@ -98,24 +98,6 @@ services: - tdarr:/tdarr - radarrEN: - container_name: radarrEN - environment: - - PUID=1000 - - PGID=1000 - - TZ=Europe/Berlin - - CONFIG_DIR=/config/radarrEN - image: ghcr.io/hotio/radarr:latest - networks: - - media_network - ports: - - 7880:7878 - restart: unless-stopped - volumes: - - /app-config/arr/:/config - - data:/data - - tdarr:/tdarr - profilarr: image: santiagosayshey/profilarr:latest # Oder :beta für Early Access container_name: profilarr @@ -236,4 +218,4 @@ volumes: driver_opts: device: :/tdarr o: addr=10.2.1.1,nolock,soft,rw - type: nfs \ No newline at end of file + type: nfs