Merge pull request 'fix: Several other healthchecks are missing timeout fields (#937)' (#1094) from fix/issue-937 into master

This commit is contained in:
johba 2026-03-22 05:46:02 +01:00
commit d1174216df

View file

@ -81,6 +81,7 @@ services:
healthcheck:
test: ["CMD", "test", "-f", "/workspace/tmp/containers/contracts.env"]
interval: 5s
timeout: 3s
retries: 18
start_period: 10s
@ -146,6 +147,7 @@ services:
healthcheck:
test: ["CMD", "wget", "--spider", "-q", "http://127.0.0.1:5173/"]
interval: 5s
timeout: 3s
retries: 24
start_period: 10s
@ -174,6 +176,7 @@ services:
healthcheck:
test: ["CMD", "wget", "--spider", "-q", "http://127.0.0.1:5174/"]
interval: 5s
timeout: 3s
retries: 6
start_period: 10s