Update the jobs starter with sidekiq command

This commit is contained in:
François Turbelin
2021-08-17 07:10:51 +02:00
parent ca7da94fd8
commit 4e03874e2b

View File

@@ -57,7 +57,7 @@ services:
command: >
bash -c "wait-for-it -t 30 db:5432 &&
(bundle check || bundle install)
bundle exec rake jobs:work"
bundle exec sidekiq -q mailers -q default"
volumes:
gems:
postgres: