From 24a2fdc15492120c992f977de44ed90cc95be1f8 Mon Sep 17 00:00:00 2001 From: komodo Date: Thu, 2 Oct 2025 22:53:28 +0200 Subject: [PATCH] [Komodo] admin: Write Stack File: update compose.yaml --- compose.yaml | 72 ++++++++++++++++++++++------------------------------ 1 file changed, 30 insertions(+), 42 deletions(-) diff --git a/compose.yaml b/compose.yaml index b9a915d..1c621ae 100644 --- a/compose.yaml +++ b/compose.yaml @@ -4,24 +4,6 @@ networks: services: - radarrFHD: - container_name: radarrFHD - environment: - - PUID=1000 - - PGID=1000 - - TZ=Europe/Berlin - - CONFIG_DIR=/config/radarrFHD - image: ghcr.io/hotio/radarr:latest - networks: - - media_network - ports: - - 7878:7878 - restart: unless-stopped - volumes: - - /app-config/arr/:/config - - /data:/data - - /usenet:/usenet - radarrUHD: container_name: radarrUHD environment: @@ -33,27 +15,26 @@ services: networks: - media_network ports: - - 7879:7878 + - 7878:7878 restart: unless-stopped volumes: - /app-config/arr/:/config - /data:/data - /usenet:/usenet - sonarrFHD: - container_name: sonarrFHD - image: ghcr.io/hotio/sonarr:latest - restart: unless-stopped + radarrFHD: + container_name: radarrFHD environment: - - PUID=1000 - - PGID=1000 - - TZ=Europe/Berlin - - UMASK=022 - - CONFIG_DIR=/config/sonarrFHD + - PUID=1000 + - PGID=1000 + - TZ=Europe/Berlin + - CONFIG_DIR=/config/radarrFHD + image: ghcr.io/hotio/radarr:latest networks: - media_network ports: - - 8889:8989 + - 7879:7878 + restart: unless-stopped volumes: - /app-config/arr/:/config - /data:/data @@ -72,7 +53,26 @@ services: networks: - media_network ports: - - 8889:8989 + - 8989:8989 + volumes: + - /app-config/arr/:/config + - /data:/data + - /usenet:/usenet + + sonarrFHD: + container_name: sonarrFHD + image: ghcr.io/hotio/sonarr:latest + restart: unless-stopped + environment: + - PUID=1000 + - PGID=1000 + - TZ=Europe/Berlin + - UMASK=022 + - CONFIG_DIR=/config/sonarrFHD + networks: + - media_network + ports: + - 8990:8989 volumes: - /app-config/arr/:/config - /data:/data @@ -98,8 +98,6 @@ services: image: ghcr.io/hotio/radarr:latest networks: - media_network - ports: - - 7778:7878 restart: unless-stopped volumes: - /app-config:/config @@ -116,8 +114,6 @@ services: image: ghcr.io/hotio/radarr:latest networks: - media_network - ports: - - 7779:7879 restart: unless-stopped volumes: - /app-config:/config @@ -134,8 +130,6 @@ services: image: ghcr.io/hotio/radarr:latest networks: - media_network - ports: - - 7780:7880 restart: unless-stopped volumes: - /app-config:/config @@ -155,8 +149,6 @@ services: - CONFIG_DIR=/config/sonarr networks: - media_network - ports: - - 9989:8989 volumes: - /app-config:/config - /data:/data @@ -173,8 +165,6 @@ services: - CONFIG_DIR=/config/sonarrkids networks: - media_network - ports: - - 8890:8990 volumes: - /app-config:/config - /data:/data @@ -191,8 +181,6 @@ services: - CONFIG_DIR=/config/sonarrtvshows networks: - media_network - ports: - - 8891:8991 volumes: - /app-config:/config - /data:/data