From 488b58f955a39c73125be551981c8f5099c351ad Mon Sep 17 00:00:00 2001 From: decentral1se Date: Tue, 16 Aug 2022 14:00:26 +0200 Subject: [PATCH] bump up retries for healthcheck --- compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compose.yml b/compose.yml index 3cf8c54..8538956 100644 --- a/compose.yml +++ b/compose.yml @@ -28,7 +28,7 @@ services: test: curl -f http://app:9000/v1/api/ping || exit 1 interval: 5s timeout: 3s - retries: 10 + retries: 20 deploy: restart_policy: condition: on-failure @@ -72,7 +72,7 @@ services: test: curl -f http://localhost:9000/v1/api/ping || exit 1 interval: 10s timeout: 3s - retries: 10 + retries: 20 entrypoint: /docker-entrypoint.sh networks: - internal