From 4e03874e2bcbb4367e55f609b9296b5793f99584 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Turbelin?= Date: Tue, 17 Aug 2021 07:10:51 +0200 Subject: [PATCH] Update the jobs starter with sidekiq command --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index cc9899106c..480eab6606 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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: