Re-add environment variable for conversions

This commit is contained in:
Shane Kilkelly 2019-06-19 14:04:57 +01:00
parent f865762c29
commit 013400d7a4
2 changed files with 2 additions and 0 deletions

View file

@ -22,6 +22,7 @@ services:
REDIS_HOST: redis
MONGO_HOST: mongo
POSTGRES_HOST: postgres
ENABLE_CONVERSIONS: "true"
MOCHA_GREP: ${MOCHA_GREP}
NODE_ENV: test
depends_on:

View file

@ -28,6 +28,7 @@ services:
MONGO_HOST: mongo
POSTGRES_HOST: postgres
MOCHA_GREP: ${MOCHA_GREP}
ENABLE_CONVERSIONS: "true"
LOG_LEVEL: ERROR
NODE_ENV: test
user: node