From 516bb8928a52b512653259ed5d975cbb21cdfb3c Mon Sep 17 00:00:00 2001 From: webhookx-x Date: Sat, 24 Aug 2024 18:04:39 +0800 Subject: [PATCH] chore: reduce internal --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index f1839c7..41fbdea 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -37,7 +37,7 @@ services: POSTGRES_HOST_AUTH_METHOD: trust healthcheck: test: ["CMD-SHELL", "pg_isready -d $${POSTGRES_DB} -U $${POSTGRES_USER}"] - interval: 10s + interval: 3s timeout: 5s retries: 3