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