mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-15 06:41:08 +02:00
feat(web): add /health endpoints to all web apps
Add health check endpoints for Docker container monitoring: - calendar-web - clock-web - contacts-web - manacore-web - manadeck-web - nutriphi-web - picture-web - presi-web - storage-web - zitare-web Also update todo-web docker-compose health check to use /health Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
2480d92699
commit
4573f6ec13
1 changed files with 1 additions and 1 deletions
|
|
@ -226,7 +226,7 @@ services:
|
|||
ports:
|
||||
- "5188:5188"
|
||||
healthcheck:
|
||||
test: ["CMD", "wget", "--no-verbose", "--tries=1", "--spider", "http://127.0.0.1:5188/"]
|
||||
test: ["CMD", "wget", "--no-verbose", "--tries=1", "--spider", "http://127.0.0.1:5188/health"]
|
||||
interval: 30s
|
||||
timeout: 10s
|
||||
retries: 3
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue