1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-03-25 01:14:43 +00:00

Added memcached to production docker compose, also added worker command for test compose

This commit is contained in:
2016-03-10 12:47:46 +00:00
parent dc1c955485
commit 97ec2971a5
2 changed files with 7 additions and 0 deletions

View File

@@ -24,3 +24,9 @@ worker:
env_file:
- ./prod.env
command: bundle exec rake jobs:work RAILS_ENV=production
memcached:
extends:
file: docker-compose-common.yml
service: memcached
restart: always