Update health check endpoint

This commit is contained in:
skidoodle 2024-09-29 17:12:12 +02:00
parent ef0978447f
commit d3dedaa49b
Signed by: albert
GPG key ID: A06E3070D7D55BF2
3 changed files with 3 additions and 3 deletions

View file

@ -11,7 +11,7 @@ services:
GEOIPUPDATE_EDITION_IDS: "GeoLite2-City GeoLite2-ASN"
GEOIPUPDATE_DB_DIR: /app
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:3000/"]
test: ["CMD", "curl", "-f", "http://localhost:3000/health"]
interval: 30s
timeout: 10s
retries: 3