Keep media server configurations aligned with community standards by automatically synchronizing TRaSH Guides to Sonarr and Radarr. Using a simple YAML file, easily manage custom formats, quality profiles, and naming schemes without manual intervention.
Key benefits include:
Whether managing a single server or a complex multi-instance setup, this utility ensures your automation tools always use optimal settings.
services:
recyclarr:
image: recyclarr/recyclarr
container_name: recyclarr
user: 1000:1000
init: true
volumes:
- ./config:/config
environment:
- TZ=America/New_York
- CRON_SCHEDULE=@daily
- RECYCLARR_CREATE_CONFIG=true# No sensitive credentials are required for the Recyclarr container startup.
# API keys for Sonarr/Radarr are configured within the config/recyclarr.yml file.
# You can edit the TZ and CRON_SCHEDULE directly in the docker-compose.yml if needed.Auto-fetched 3 minutes ago
Auto-fetched 3 minutes ago