towards healthchecks for all containers

This commit is contained in:
2026-02-04 18:11:49 +01:00
parent 7f45788b3d
commit ab2f707706
42 changed files with 245 additions and 19 deletions

View File

@@ -9,9 +9,8 @@ services:
ports:
- "3001:3001"
healthcheck:
test: ["CMD-SHELL", "curl -f http://localhost:3001 || exit 1"]
interval: 60s
timeout: 10s
retries: 3
start_period: 30s
test: ["CMD-SHELL", "curl -f http://localhost:3001 || exit 1"]
interval: 60s
timeout: 10s
retries: 3
start_period: 30s