From 2e3500f00a5b512661e44141f39850d6d94a7b38 Mon Sep 17 00:00:00 2001 From: Robert Rapp Date: Mon, 19 Jan 2026 19:45:07 +0100 Subject: [PATCH] fix: use updater healthcheck script in compose --- docker-compose.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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"