Added conditions to sidekiq too as it races db as well. Everything seems functional now

This commit is contained in:
Gareth
2025-08-18 11:52:52 -04:00
parent c7ae47053e
commit e1e4aeac1f

View File

@@ -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