Start sidekiq in background services

This commit is contained in:
Charlotte Van Petegem 2023-04-19 19:55:20 +02:00
parent 8b282119c9
commit 84170617ea
No known key found for this signature in database
GPG key ID: 019E764B7184435A

View file

@ -39,6 +39,7 @@
};
mysql.command = "mysql";
redis.command = "redis-server --port 6379";
sidekiq.command = "bundle exec sidekiq";
};
language.ruby = {
package = pkgs.ruby_3_0;