chore: add compose healthcheck for asn-updater

This commit is contained in:
2026-01-19 19:41:39 +01:00
parent 733bdd401a
commit eab112fa03

View File

@@ -24,6 +24,12 @@ services:
container_name: asn-updater
restart: unless-stopped
env_file: .env
healthcheck:
test: ["CMD", "wget", "-qO-", "http://localhost:8080/healthz"]
interval: 3000s
timeout: 5s
retries: 5
start_period: 20s
environment:
OUT_DIR: /data
PDB_INFO_TYPE: "Research and Education"