feat: add healthcheck for asn-header

This commit is contained in:
2026-01-19 19:28:45 +01:00
parent 34e85bb6cd
commit 9025ab694d
2 changed files with 7 additions and 0 deletions

View File

@@ -10,6 +10,12 @@ services:
ADDR: ":8080"
volumes:
- asn_data:/data:ro
healthcheck:
test: ["CMD", "wget", "-qO-", "http://localhost:8080/healthz"]
interval: 30s
timeout: 5s
retries: 5
start_period: 20s
networks:
- proxy