Actualiser docker-compose.yml
All checks were successful
Build and Push Docker Image / build (push) Successful in 2m25s

This commit is contained in:
2026-01-09 03:59:22 +00:00
parent 1874518ea2
commit 98062bc2ea

View File

@@ -53,7 +53,7 @@ services:
driver: json-file
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:3000/"]
test: ["CMD", "curl", "-f", "http://localhost:3000/healthcheck"]
interval: 30s
timeout: 10s
retries: 3