add fetcharr
This commit is contained in:
@@ -131,10 +131,23 @@ services:
|
|||||||
timeout: 10s # Allow up to 10 seconds for response
|
timeout: 10s # Allow up to 10 seconds for response
|
||||||
start_period: 30s # Wait 30 seconds before first check
|
start_period: 30s # Wait 30 seconds before first check
|
||||||
retries: 3 # Mark unhealthy after 3 consecutive failures
|
retries: 3 # Mark unhealthy after 3 consecutive failures
|
||||||
|
|
||||||
#revocery-key: light-tower-river-95
|
#revocery-key: light-tower-river-95
|
||||||
|
|
||||||
|
|
||||||
|
fetcharr:
|
||||||
|
image: egg82/fetcharr:latest
|
||||||
|
environment:
|
||||||
|
- VERIFY_CERTS=false
|
||||||
|
- SSL_PATH=/etc/ssl/certs/ca-bundle.crt
|
||||||
|
- SEARCH_AMOUNT=5
|
||||||
|
- SEARCH_INTERVAL=1hour
|
||||||
|
- RADARR_0_URL=http://192.168.1.201:7878
|
||||||
|
- RADARR_0_API_KEY=87d8baf79d4f4610954db015e54456f0
|
||||||
|
- SONARR_0_URL=http://192.168.1.201:8989
|
||||||
|
- SONARR_0_API_KEY=b48e381cf57548c8b3bb286956940bb0
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# jackett:
|
# jackett:
|
||||||
# image: lscr.io/linuxserver/jackett:latest
|
# image: lscr.io/linuxserver/jackett:latest
|
||||||
# container_name: jackett
|
# container_name: jackett
|
||||||
|
|||||||
Reference in New Issue
Block a user