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:
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user