Update downloader.docker-compose.yml

added qbittorrent hc

Signed-off-by: karmacoma <karmacoma@karmacoma.dev>
This commit is contained in:
KARMACOMA 2025-11-21 08:23:45 +00:00
parent 92b82a056f
commit 55469a3bcf

View file

@ -13,6 +13,13 @@ services:
depends_on:
array-gluetun:
condition: service_healthy
healthcheck:
# Checks if the WebUI is responding on the default port 8080
test: ["CMD", "curl", "-f", "http://localhost:8080/"]
interval: 1m
timeout: 10s
retries: 3
start_period: 1m
array-gluetun:
image: qmcgaw/gluetun