From aaa5f32154e4137d3c77c2493a7e548e445b8764 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alessandro=20Pezz=C3=A8?= Date: Thu, 19 Dec 2024 13:35:02 +0100 Subject: [PATCH] Update docker-compose.yml --- docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 45b20bc28..229ff194d 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -16,9 +16,9 @@ services: - pg_data:/var/lib/postgresql/data healthcheck: test: pg_isready - interval: 1s + interval: 10s timeout: 5s - retries: 10 + retries: 5 restart: always app: