Remove separate checkrr config files - follow guideline (compose.yaml + .env only)
This commit is contained in:
parent
19878b5923
commit
242eafb2de
2 changed files with 0 additions and 58 deletions
|
|
@ -1,37 +0,0 @@
|
|||
---
|
||||
# Checkrr Configuration
|
||||
# Minimal config for arrapps stack
|
||||
|
||||
checkrr:
|
||||
checkpath:
|
||||
- /data/UHD
|
||||
- /data/FHD
|
||||
runOnce: false
|
||||
port: 8585
|
||||
host: 0.0.0.0
|
||||
|
||||
arr:
|
||||
- service: radarr
|
||||
name: radarrUHD
|
||||
url: http://radarrUHD:7878
|
||||
apiKey: "${RADARR_UHD_API_KEY}"
|
||||
process: true
|
||||
- service: radarr
|
||||
name: radarrFHD
|
||||
url: http://radarrFHD:7878
|
||||
apiKey: "${RADARR_FHD_API_KEY}"
|
||||
process: true
|
||||
- service: sonarr
|
||||
name: sonarrUHD
|
||||
url: http://sonarrUHD:8989
|
||||
apiKey: "${SONARR_UHD_API_KEY}"
|
||||
process: true
|
||||
- service: sonarr
|
||||
name: sonarrFHD
|
||||
url: http://sonarrFHD:8989
|
||||
apiKey: "${SONARR_FHD_API_KEY}"
|
||||
process: true
|
||||
|
||||
logging:
|
||||
level: info
|
||||
language: en-us
|
||||
21
checkrr.yaml
21
checkrr.yaml
|
|
@ -1,21 +0,0 @@
|
|||
---
|
||||
version: "3"
|
||||
|
||||
services:
|
||||
checkrr:
|
||||
container_name: checkrr
|
||||
image: aetaric/checkrr:latest
|
||||
volumes:
|
||||
- /app-config/arr/checkrr.yaml:/etc/checkrr.yaml
|
||||
- /app-config/arr/checkrr.db:/checkrr.db
|
||||
- data:/data
|
||||
ports:
|
||||
- 8585:8585
|
||||
restart: on-failure
|
||||
networks:
|
||||
- media_network
|
||||
depends_on:
|
||||
- radarrUHD
|
||||
- radarrFHD
|
||||
- sonarrUHD
|
||||
- sonarrFHD
|
||||
Loading…
Add table
Add a link
Reference in a new issue