From 1a15015ff152532c31379ef191adf3af98b47e40 Mon Sep 17 00:00:00 2001 From: sascha Date: Wed, 29 Apr 2026 18:54:34 +0200 Subject: [PATCH] feat: Add Readarr to arrapps stack --- compose.yaml | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) diff --git a/compose.yaml b/compose.yaml index 9fa98b9..a129b7a 100644 --- a/compose.yaml +++ b/compose.yaml @@ -78,6 +78,23 @@ services: - data:/data - tdarr:/tdarr + readarr: + container_name: readarr + image: ghcr.io/hotio/readarr:latest + restart: always + environment: + - PUID=1000 + - PGID=1000 + - TZ=Europe/Berlin + - UMASK=022 + networks: + - media_network + ports: + - "8787:8787" + volumes: + - /app-config/arr/readarr:/config + - data:/data + profilarr: image: santiagosayshey/profilarr:latest container_name: profilarr @@ -145,6 +162,24 @@ services: - PGID=1000 - TZ=Europe/Berlin + reclaimerr: + image: ghcr.io/jessielw/reclaimerr:latest + container_name: reclaimerr + restart: unless-stopped + networks: + - media_network + ports: + - "8000:8000" + volumes: + - /app-config/github/arrapps/reclaimerr-data:/app/data + environment: + - PUID=1000 + - PGID=1000 + - TZ=Europe/Berlin + - API_HOST=0.0.0.0 + - API_PORT=8000 + - COOKIE_SECURE=false + volumes: data: driver: local