diff options
author | Douwe Maan <douwe@gitlab.com> | 2015-08-19 13:58:07 -0700 |
---|---|---|
committer | Douwe Maan <douwe@gitlab.com> | 2015-08-19 13:58:07 -0700 |
commit | f3b57ce677f016fbbbcc6426e33b2b61c34c068f (patch) | |
tree | 6924508fe8db3ca592c6ebb9efcab2d798084bfd /Procfile | |
parent | 089aa2de2badcb4d6caf2d2001ad17db42d08de8 (diff) | |
download | gitlab-ce-f3b57ce677f016fbbbcc6426e33b2b61c34c068f.tar.gz |
Update init scripts.
Diffstat (limited to 'Procfile')
-rw-r--r-- | Procfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,3 +1,3 @@ web: bundle exec unicorn_rails -p ${PORT:="3000"} -E ${RAILS_ENV:="development"} -c ${UNICORN_CONFIG:="config/unicorn.rb"} worker: bundle exec sidekiq -q post_receive -q mailer -q archive_repo -q system_hook -q project_web_hook -q gitlab_shell -q incoming_email -q common -q default -mail_room: bundle exec mail_room -q -c config/mail_room.yml +# mail_room: bundle exec mail_room -q -c config/mail_room.yml |