diff --git a/docker-compose.yml b/docker-compose.yml index 268f77c..577cfd2 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -25,11 +25,11 @@ services: restart: unless-stopped env_file: .env healthcheck: - test: ["CMD", "wget", "-qO-", "http://localhost:8080/healthz"] - interval: 3000s - timeout: 5s - retries: 5 - start_period: 20s + test: ["CMD", "/app/healthcheck.sh"] + interval: 5m + timeout: 10s + retries: 3 + start_period: 30s environment: OUT_DIR: /data PDB_INFO_TYPE: "Research and Education"