Skip to the content.

Recyclarr

What it is

Recyclarr syncs custom quality definitions and settings between your *arr applications (Radarr, Sonarr) and community-maintained presets.

Why I use it

To keep Radarr and Sonarr configured with up-to-date quality profiles, release settings, and proper score tuning—without manual tweaking.

How it integrates

Key config

Security

Quick start

  1. Copy .env.example.env and set values (UID/GID, TZ, paths).
  2. Ensure the Docker network exists:
    docker network create recyclarr
    
  3. Place your YAML config in ${DOCKERCONFDIR}/recyclarr.
  4. Launch:
    docker compose up -d