From 81315506032afa37f9474a67956a4c4e83fb12c7 Mon Sep 17 00:00:00 2001 From: Robert Rapp Date: Mon, 19 Jan 2026 19:47:07 +0100 Subject: [PATCH] chore: disable updater healthcheck --- docker-compose.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 577cfd2..40074b8 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -25,11 +25,7 @@ services: restart: unless-stopped env_file: .env healthcheck: - test: ["CMD", "/app/healthcheck.sh"] - interval: 5m - timeout: 10s - retries: 3 - start_period: 30s + disable: true environment: OUT_DIR: /data PDB_INFO_TYPE: "Research and Education"