1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-04-03 13:30:02 +00:00

Moved files out of the root of the project to bin and deploy where they belong

This commit is contained in:
2018-01-09 07:58:37 -05:00
parent d88000f06a
commit a36a083826
17 changed files with 55 additions and 53 deletions

View File

@@ -2,29 +2,31 @@ app:
extends:
file: docker-compose-common.yml
service: app
image: wrestlingdev-prod
links:
- db
restart: always
env_file:
env_file:
- ./prod.env
db:
extends:
file: docker-compose-common.yml
service: db
restart: always
env_file:
env_file:
- ./prod.env
worker:
extends:
file: docker-compose-common.yml
service: worker
image: wrestlingdev-prod
links:
- db
restart: always
env_file:
env_file:
- ./prod.env
command: bundle exec rake jobs:work RAILS_ENV=production
memcached:
extends:
file: docker-compose-common.yml