From 55469a3bcf3071119d3a18ca2702ce74567c4142 Mon Sep 17 00:00:00 2001 From: karmacoma Date: Fri, 21 Nov 2025 08:23:45 +0000 Subject: [PATCH] Update downloader.docker-compose.yml added qbittorrent hc Signed-off-by: karmacoma --- downloader.docker-compose.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/downloader.docker-compose.yml b/downloader.docker-compose.yml index 44ac7da..111edbf 100644 --- a/downloader.docker-compose.yml +++ b/downloader.docker-compose.yml @@ -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