From e1e4aeac1f232b5c21408d70a0a68ab25175408e Mon Sep 17 00:00:00 2001 From: Gareth Date: Mon, 18 Aug 2025 11:52:52 -0400 Subject: [PATCH] Added conditions to sidekiq too as it races db as well. Everything seems functional now --- compose.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/compose.yaml b/compose.yaml index 7fe10ca149..3e104a6495 100644 --- a/compose.yaml +++ b/compose.yaml @@ -50,8 +50,10 @@ services: build: . command: bundle exec sidekiq depends_on: - - db - - redis + db: + condition: service_healthy + redis: + condition: service_started volumes: - .:/usr/src/app - gems:/bundles