mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-03-25 01:14:43 +00:00
Changing delayed_job executing script because I think rake jobs:work is crashing docker
This commit is contained in:
@@ -43,7 +43,7 @@ services:
|
||||
- ./prod.env
|
||||
healthcheck:
|
||||
test: kill -0 1
|
||||
command: bundle exec rake jobs:work RAILS_ENV=production
|
||||
command: bundle exec bin/delayed_job -n 1 run
|
||||
|
||||
|
||||
memcached:
|
||||
|
||||
Reference in New Issue
Block a user