1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-04-04 13:43:48 +00:00

Merge branch 'development'

This commit is contained in:
2018-07-07 13:29:11 -04:00
2 changed files with 4 additions and 0 deletions

View File

@@ -25,6 +25,8 @@ worker:
restart: always restart: always
env_file: env_file:
- ./prod.env - ./prod.env
healthcheck:
test: ps -ef | grep rake | grep ruby
command: bundle exec rake jobs:work RAILS_ENV=production command: bundle exec rake jobs:work RAILS_ENV=production
memcached: memcached:

View File

@@ -47,6 +47,8 @@ worker:
- db - db
- memcached - memcached
restart: always restart: always
healthcheck:
test: ps -ef | grep rake | grep ruby
command: bundle exec rake jobs:work RAILS_ENV=production command: bundle exec rake jobs:work RAILS_ENV=production
memcached: memcached: