summaryrefslogtreecommitdiff
path: root/Procfile
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-04-08 14:38:57 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-04-08 14:38:57 +0300
commit24934c9b13a66f1746479c419fd253ced6bd75b2 (patch)
tree6e128c7054c3b710a76032776acd4083ef9e07e0 /Procfile
parentc945ca3ad17d67da93afccc51461c9a07d702f19 (diff)
downloadgitlab-ce-24934c9b13a66f1746479c419fd253ced6bd75b2.tar.gz
Fix procfile for developers
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'Procfile')
-rw-r--r--Procfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Procfile b/Procfile
index 7ca70960502..a5693f8dbc5 100644
--- a/Procfile
+++ b/Procfile
@@ -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