From 17a12f7d92f3570792fedc4cc74dbfb4cdf1c11c Mon Sep 17 00:00:00 2001 From: VanshikaSabharwal Date: Mon, 11 Nov 2024 12:13:32 +0530 Subject: [PATCH] added recommended changes by code rabbit --- docker-compose.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docker-compose.yaml b/docker-compose.yaml index a852ceddc1..41d3a4dd65 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -12,7 +12,8 @@ services: test: ['CMD', 'curl', '-f', 'http://localhost:4321'] interval: 30s timeout: 10s - retries: 3 + retries: 5 + start_period: 40s restart: unless-stopped deploy: resources: