Signed-off-by: Omar Sánchez Pizarro <omar.sanchez@pistacero.net>
This commit is contained in:
Omar Sánchez Pizarro
2026-01-20 03:47:28 +01:00
parent 2189af270d
commit e8f3154ca2
3 changed files with 28 additions and 2 deletions

View File

@@ -50,7 +50,8 @@ services:
- wallabicher-network
restart: unless-stopped
healthcheck:
test: ["CMD", "wget", "--quiet", "--tries=1", "--spider", "http://localhost:3001/api/stats"]
# Usar endpoint /health que no requiere autenticación
test: ["CMD", "wget", "--quiet", "--tries=1", "--spider", "http://localhost:3001/api/health"]
interval: 30s
timeout: 10s
retries: 3