Add checkrr service to arrapps stack

- Scans /data/UHD and /data/FHD for corrupt media files
- Integrates with radarrUHD/FHD and sonarrUHD/FHD for auto-replace
- Web UI on port 8585
- Config file location: /app-config/arr/checkrr.yaml (created on host)
This commit is contained in:
feldjaeger 2026-04-11 16:49:51 +02:00
parent 242eafb2de
commit e825b06aa0

View file

@ -149,7 +149,7 @@ services:
volumes:
- /app-config/arr/checkrr.yaml:/etc/checkrr.yaml
- /app-config/arr/checkrr.db:/checkrr.db
- data:/media
- data:/data
ports:
- 8585:8585
restart: on-failure
@ -160,6 +160,8 @@ services:
- radarrFHD
- sonarrUHD
- sonarrFHD
environment:
- CHECKRR_CONFIG=/etc/checkrr.yaml
volumes: