interval de healthcheck más alto

This commit is contained in:
2026-04-13 15:40:54 +02:00
parent d908f6d7e6
commit 9da6812e76

View File

@@ -31,7 +31,7 @@ services:
"CMD-SHELL", "CMD-SHELL",
"wget -q --spider http://127.0.0.1:${PORT:-3000}/health || exit 1", "wget -q --spider http://127.0.0.1:${PORT:-3000}/health || exit 1",
] ]
interval: 10s interval: 60s
timeout: 5s timeout: 5s
retries: 5 retries: 5
start_period: 15s start_period: 15s