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