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