1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-03-25 01:14:43 +00:00

Switching back to Passenger and using tini to not have PID problems

This commit is contained in:
2018-07-24 17:15:59 +00:00
parent 37cb8f816b
commit 1dbbed833e
3 changed files with 11 additions and 4 deletions

View File

@@ -42,7 +42,7 @@ services:
env_file:
- ./prod.env
healthcheck:
test: kill -0 1
test: ps -ef | grep rake | grep ruby
command: bundle exec rake jobs:work RAILS_ENV=production