Sonarr
What it is
Sonarr manages TV series acquisition and organization.
Why I use it
To keep TV libraries up-to-date with minimal manual work.
How it integrates in my stack
- Uses Prowlarr for indexers; SABnzbd/qBittorrent for downloads.
- Shares
/data
with Plex to expose completed media.
Key features / config choices
- PUID/PGID set for permission consistency.
- Clean
/config
volume for backup.
Security & backup
- No secrets in compose; configure inside the app.
- Back up
/config
.
Ports
- 8989/tcp → Web UI
Quick start
- Copy
.env.example
→.env
and fill values (IDs, paths, tokens). - Adjust
DOCKERCONFDIR
andDOCKERSTORAGEDIR
to your host. - Launch:
docker compose up -d