mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-04-02 04:35:26 +00:00
Switch back to puma and ruby 2.4.4. Trying to fix stability problems. Docker daemon's are crashing after a period of time.
This commit is contained in:
4
Procfile
4
Procfile
@@ -1,3 +1,3 @@
|
||||
worker: bundle exec rake jobs:work
|
||||
#web: bundle exec puma -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 -t 5:5 -p ${PORT:-3000} -e ${RACK_ENV:-development}
|
||||
#web: bundle exec passenger start -p $PORT --max-pool-size 3
|
||||
|
||||
Reference in New Issue
Block a user