From 177bdeccd378775580ecf34db7fab7e2529772cc Mon Sep 17 00:00:00 2001 From: Frank Elsinga Date: Thu, 8 Aug 2024 15:43:11 +0200 Subject: [PATCH] made sure that docker does have less aggressive healthchecks for meilisearhc in development mode --- docker-compose.local.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose.local.yml b/docker-compose.local.yml index 904a28555..cba57bd50 100644 --- a/docker-compose.local.yml +++ b/docker-compose.local.yml @@ -60,8 +60,8 @@ services: MEILI_ENV: development healthcheck: test: curl --fail http://localhost:7700/health || exit 1 - retries: 5 - interval: 10s + retries: 2 + interval: 600s start_period: 10s db: image: postgis/postgis:16-3.4