From b26d068b575870c91c2ca8190bc966dd9c4d9a5e Mon Sep 17 00:00:00 2001 From: sascha Date: Sun, 3 May 2026 14:49:50 +0200 Subject: [PATCH] =?UTF-8?q?fix:=20sonarrEN=20+=20radarrEN=20wieder=20hinzu?= =?UTF-8?q?gef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- compose.yaml | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) diff --git a/compose.yaml b/compose.yaml index d12cc15..f1b62e7 100644 --- a/compose.yaml +++ b/compose.yaml @@ -77,6 +77,43 @@ services: - /mnt/media:/data - tdarr:/tdarr + sonarrEN: + container_name: sonarrEN + image: ghcr.io/hotio/sonarr:latest + restart: always + environment: + - PUID=1000 + - PGID=1000 + - TZ=Europe/Berlin + - UMASK=022 + - CONFIG_DIR=/config/sonarrEN + networks: + - media_network + ports: + - 8991:8989 + volumes: + - /app-config/arr/:/config + - /mnt/media:/data + - tdarr:/tdarr + + radarrEN: + container_name: radarrEN + image: ghcr.io/hotio/radarr:latest + restart: always + environment: + - PUID=1000 + - PGID=1000 + - TZ=Europe/Berlin + - CONFIG_DIR=/config/radarrEN + networks: + - media_network + ports: + - 7880:7878 + volumes: + - /app-config/arr/:/config + - /mnt/media:/data + - tdarr:/tdarr + bindery: container_name: bindery image: ghcr.io/vavallee/bindery:latest