debian-mirror-gitlab/Procfile

8 lines
353 B
Text
Raw Normal View History

2015-12-23 02:04:40 +05:30
# For DEVELOPMENT only. Production uses Runit in
# https://gitlab.com/gitlab-org/omnibus-gitlab or the init scripts in
# lib/support/init.d, which call scripts in bin/ .
#
web: RAILS_ENV=development bin/web start_foreground
worker: RAILS_ENV=development bin/background_jobs start_foreground
2015-09-25 12:07:36 +05:30
# mail_room: bundle exec mail_room -q -c config/mail_room.yml