OSDN Git Service

Enable to filter graph by ref
[wvm/gitlab.git] / Procfile
index 09ec8cc..fade88b 100644 (file)
--- a/Procfile
+++ b/Procfile
@@ -1,2 +1,2 @@
-web: bundle exec rails s -p $PORT
-worker: bundle exec rake environment resque:work QUEUE=* VVERBOSE=1
+web: bundle exec puma -p $PORT
+worker: bundle exec sidekiq -q post_receive,mailer,system_hook,project_web_hook,common,default,gitlab_shell