Merge pull request 'fix: Several other healthchecks are missing timeout fields (#937)' (#1094) from fix/issue-937 into master
This commit is contained in:
commit
d1174216df
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue