summaryrefslogtreecommitdiff
path: root/Procfile
blob: 5e8f4a962ab9620b9d368758e9d725ab269db72b (plain)
1
2
3
4
5
6
7
8
# 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
webpack: npm run dev-server
# mail_room: bundle exec mail_room -q -c config/mail_room.yml