back to curl for health check

This commit is contained in:
Carter 2024-10-10 14:17:21 -06:00
parent 0a4a0f96e8
commit cacfbc8dda

View file

@ -10,7 +10,7 @@ services:
update_config: update_config:
order: start-first order: start-first
healthcheck: healthcheck:
test: ["CMD", "wget", "--spider", "-q", "localhost:8080/health"] test: ["CMD", "curl", "localhost:8080/health"]
interval: 1m interval: 1m
timeout: 10s timeout: 10s
retries: 3 retries: 3