2013-02-13 00:00:40 -05:00
|
|
|
###
|
|
|
|
# .procfile example
|
|
|
|
##
|
|
|
|
# Move this file to .procfile and change the values
|
|
|
|
# below to suit your needs.
|
|
|
|
###
|
|
|
|
|
|
|
|
# This specifies how many of each task to run
|
2013-08-07 13:25:05 -04:00
|
|
|
concurrency: web=2,sidekiq=1
|
2013-02-13 00:00:40 -05:00
|
|
|
|
|
|
|
# Define the port range to use, must be in multiples of 1000
|
|
|
|
port: 3000
|