diff --git a/docker-compose.yml b/docker-compose.yml index cd68d0a..59588df 100755 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -46,10 +46,10 @@ services: - site_packages:/usr/lib/python3.10/site-packages restart: unless-stopped healthcheck: - test: ["CMD", "wget", "-qO", "/dev/null", "http://localhost:5000"] + test: ["CMD", "wget", "-qO", "/dev/null", "http://localhost:5000/api/action/status_show"] interval: 60s timeout: 10s - retries: 3s + retries: 3 datapusher: networks: @@ -61,7 +61,7 @@ services: test: ["CMD", "wget", "-qO", "/dev/null", "http://localhost:8800"] interval: 60s timeout: 10s - retries: 3s + retries: 3 db: build: