standarise env vars

This commit is contained in:
Henry Oswald
2018-05-23 12:32:37 +01:00
parent 833bf67622
commit bff7f96d70
2 changed files with 5 additions and 2 deletions

View File

@@ -18,6 +18,9 @@ services:
REDIS_HOST: redis
MONGO_HOST: mongo
POSTGRES_HOST: postgres
AWS_ACCESS_KEY_ID: ${AWS_ACCESS_KEY_ID}
AWS_BUCKET: ${AWS_BUCKET}
MOCHA_GREP: ${MOCHA_GREP}
depends_on:
- mongo
- redis