From 14d3cdc09a1ebea74fb78b7003008e3709f8dece Mon Sep 17 00:00:00 2001 From: sascha Date: Mon, 11 May 2026 10:12:03 +0200 Subject: [PATCH] compose.yaml aktualisiert --- compose.yaml | 34 ++-------------------------------- 1 file changed, 2 insertions(+), 32 deletions(-) diff --git a/compose.yaml b/compose.yaml index 72d611e..325c4ef 100644 --- a/compose.yaml +++ b/compose.yaml @@ -4,22 +4,7 @@ networks: services: - radarrCL: - container_name: radarrCL - environment: - - PUID=1000 - - PGID=1000 - - TZ=Europe/Berlin - - CONFIG_DIR=/config/radarrCL - image: ghcr.io/hotio/radarr:latest - networks: - - arr-chris_network - ports: - - 7878:7878 - restart: always - volumes: - - /app-config/arr/:/config - - data:/chris + sonarrCL: container_name: sonarrCL @@ -39,22 +24,7 @@ services: - /app-config/arr/:/config - data:/chris - seerr: - container_name: seerr - environment: - - PUID=1000 - - PGID=1000 - - TZ=Europe/Berlin - - JELLYFIN_TYPE=emby - image: seerr/seerr:latest - #image: fallenbagel/jellyseerr:develop - restart: always - volumes: - - /app-config/seerr:/app/config - ports: - - "5055:5055" - networks: - - arr-chris_network + volumes: data: