diff --git a/docker-compose.yml b/docker-compose.yml index b706e6b..b73a366 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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