mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-04 22:16:08 +00:00
Update the jobs starter with sidekiq command
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user