From 30e12ee25f40b31b409ae116b87866eee1935a83 Mon Sep 17 00:00:00 2001 From: Florian Sylvain Date: Thu, 10 Nov 2022 13:36:10 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20-=20Adujsted=20healthcheck=20del?= =?UTF-8?q?ays?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker-compose.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 059a628..ff7fcae 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -12,9 +12,9 @@ services: - ./mysql-data:/var/lib/mysql healthcheck: test: [ "CMD", "curl", "-f", "http://localhost:3306" ] - interval: 5s - timeout: 15s - retries: 5 + interval: 3s + timeout: 30s + retries: 10 backend: build: . image: cineallo-backend