This commit is contained in:
Marco Pedone 2026-05-26 12:12:23 +02:00
parent a37eaac2a3
commit 97079fd3fa

View file

@ -81,7 +81,7 @@ services:
IMAGEOPTION: "true"
CONCURRENT_IMAGES: ${CONCURRENT_IMAGES}
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:1323/"]
test: ["CMD", "curl", "-f", "http://localhost:1323/health"]
interval: 10s
timeout: 5s
retries: 5