1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-04-02 21:24:25 +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

@@ -82,7 +82,7 @@ services:
caching:
restart: always
healthcheck:
test: kill -0 1
test: ps -ef | grep rake | grep ruby
command: bundle exec rake jobs:work RAILS_ENV=production
deploy:
resources: