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:
parent
242eafb2de
commit
e825b06aa0
1 changed files with 3 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue