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:
|
volumes:
|
||||||
- /app-config/arr/checkrr.yaml:/etc/checkrr.yaml
|
- /app-config/arr/checkrr.yaml:/etc/checkrr.yaml
|
||||||
- /app-config/arr/checkrr.db:/checkrr.db
|
- /app-config/arr/checkrr.db:/checkrr.db
|
||||||
- data:/media
|
- data:/data
|
||||||
ports:
|
ports:
|
||||||
- 8585:8585
|
- 8585:8585
|
||||||
restart: on-failure
|
restart: on-failure
|
||||||
|
|
@ -160,6 +160,8 @@ services:
|
||||||
- radarrFHD
|
- radarrFHD
|
||||||
- sonarrUHD
|
- sonarrUHD
|
||||||
- sonarrFHD
|
- sonarrFHD
|
||||||
|
environment:
|
||||||
|
- CHECKRR_CONFIG=/etc/checkrr.yaml
|
||||||
|
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue