Update downloader.docker-compose.yml
added qbittorrent hc Signed-off-by: karmacoma <karmacoma@karmacoma.dev>
This commit is contained in:
parent
92b82a056f
commit
55469a3bcf
1 changed files with 7 additions and 0 deletions
|
|
@ -13,6 +13,13 @@ services:
|
||||||
depends_on:
|
depends_on:
|
||||||
array-gluetun:
|
array-gluetun:
|
||||||
condition: service_healthy
|
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:
|
array-gluetun:
|
||||||
image: qmcgaw/gluetun
|
image: qmcgaw/gluetun
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue