summaryrefslogtreecommitdiff
path: root/Procfile
blob: 1776fd97942ffe9fc704d98d4823077c62f332b3 (plain)
1
2
3
4
5
6
# 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