1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-04-03 13:30:02 +00:00
This commit is contained in:
2019-12-05 15:05:31 -05:00
parent b1bd5f5430
commit 7c12bf9427
2 changed files with 4 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
worker: bundle exec bin/delayed_job -n 1 run
#worker: bundle exec rake jobs:work
web: bundle exec puma -w 3 -t 5:5 -p ${PORT:-3000} -e ${RACK_ENV:-development}
#web: bundle exec passenger start -p $PORT --max-pool-size 3
#web: bundle exec puma -w 3 -t 5:5 -p ${PORT:-3000} -e ${RACK_ENV:-development}
web: bundle exec passenger start -p $PORT --max-pool-size 2 --min-instances 2