gitlabhq/Procfile

3 lines
112 B
Plaintext
Raw Normal View History

web: bundle exec rails s -p $PORT
2013-01-09 07:14:05 +01:00
worker: bundle exec sidekiq -q post_receive,mailer,system_hook,common,default