Added foreman procfile
This commit is contained in:
parent
3c9cab54aa
commit
ce0281136f
|
@ -65,3 +65,6 @@ script/refresh_db
|
||||||
|
|
||||||
# temp directory for chef (used to configure vagrant VM)
|
# temp directory for chef (used to configure vagrant VM)
|
||||||
chef/tmp/*
|
chef/tmp/*
|
||||||
|
|
||||||
|
# .procfile
|
||||||
|
.profile
|
||||||
|
|
|
@ -0,0 +1,12 @@
|
||||||
|
###
|
||||||
|
# .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
|
||||||
|
concurrency: web=2,sidekiq=1,clockwork=1
|
||||||
|
|
||||||
|
# Define the port range to use, must be in multiples of 1000
|
||||||
|
port: 3000
|
Loading…
Reference in New Issue