From 562a72694e46a0ce79cd8f2bcead9ca7d764d634 Mon Sep 17 00:00:00 2001 From: Cristen Jones Date: Tue, 6 Aug 2024 16:47:23 -0400 Subject: [PATCH] more timeout --- deploy/dev-standalone.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/deploy/dev-standalone.yml b/deploy/dev-standalone.yml index 705cb0b4db..71eb3f9076 100644 --- a/deploy/dev-standalone.yml +++ b/deploy/dev-standalone.yml @@ -1,6 +1,5 @@ services: redis: - network_mode: host image: grokzen/redis-cluster container_name: redis restart: on-failure @@ -17,7 +16,6 @@ services: retries: 5 start_period: 5s dotcom: - network_mode: host depends_on: - redis build: @@ -40,8 +38,8 @@ services: healthcheck: test: curl --fail http://localhost:4001/_health || exit 1 interval: 15s - retries: 5 - start_period: 100s - timeout: 30s + retries: 10 + start_period: 180s + timeout: 60s volumes: - ../:/app