2015-12-02 07:26:49 -05:00
|
|
|
# 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/ .
|
|
|
|
#
|
2016-01-14 09:08:22 -05:00
|
|
|
web: RAILS_ENV=development bin/web start_foreground
|
|
|
|
worker: RAILS_ENV=development bin/background_jobs start_foreground
|
2015-08-19 16:58:07 -04:00
|
|
|
# mail_room: bundle exec mail_room -q -c config/mail_room.yml
|