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