fix: use updater healthcheck script in compose

This commit is contained in:
2026-01-19 19:45:07 +01:00
parent eab112fa03
commit 2e3500f00a

View File

@@ -25,11 +25,11 @@ services:
restart: unless-stopped restart: unless-stopped
env_file: .env env_file: .env
healthcheck: healthcheck:
test: ["CMD", "wget", "-qO-", "http://localhost:8080/healthz"] test: ["CMD", "/app/healthcheck.sh"]
interval: 3000s interval: 5m
timeout: 5s timeout: 10s
retries: 5 retries: 3
start_period: 20s start_period: 30s
environment: environment:
OUT_DIR: /data OUT_DIR: /data
PDB_INFO_TYPE: "Research and Education" PDB_INFO_TYPE: "Research and Education"