From 286e08bd592c76267fcce05efea8d2a97e3d609e Mon Sep 17 00:00:00 2001 From: komodo Date: Wed, 13 Aug 2025 14:48:02 +0000 Subject: [PATCH] [Komodo] admin: Write Compose File: update compose.yaml --- compose.yaml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/compose.yaml b/compose.yaml index 441a9f9..6598368 100644 --- a/compose.yaml +++ b/compose.yaml @@ -157,6 +157,24 @@ services: - /data:/data - /usenet:/usenet + sonarrtest: + container_name: sonarrtest + image: ghcr.io/hotio/sonarr:latest + restart: unless-stopped + environment: + - PUID=1000 + - PGID=1000 + - TZ=Europe/Berlin + - CONFIG_DIR=/config/sonarrtest + networks: + - media_network + ports: + - 8992:8992 + volumes: + - /app-config:/config + - /data:/data + - /usenet:/usenet + recyclarr: image: ghcr.io/recyclarr/recyclarr container_name: recyclarr