diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-04-08 14:38:57 +0300 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-04-08 14:38:57 +0300 |
commit | 24934c9b13a66f1746479c419fd253ced6bd75b2 (patch) | |
tree | 6e128c7054c3b710a76032776acd4083ef9e07e0 /Procfile | |
parent | c945ca3ad17d67da93afccc51461c9a07d702f19 (diff) | |
download | gitlab-ce-24934c9b13a66f1746479c419fd253ced6bd75b2.tar.gz |
Fix procfile for developers
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'Procfile')
-rw-r--r-- | Procfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,2 +1,2 @@ -web: bundle exec unicorn_rails -p ${PORT} -E ${RAILS_ENV} -c ${UNICORN_CONFIG:="config/unicorn.rb"} +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,mailer,system_hook,project_web_hook,common,default,gitlab_shell |