Skip to content
Snippets Groups Projects
Procfile 353 B
Newer Older
  • Learn to ignore specific revisions
  • # 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
    
    Douwe Maan's avatar
    Douwe Maan committed
    # mail_room: bundle exec mail_room -q -c config/mail_room.yml