Revert "Revert "Move acceptance test cred config to docker-compose-config.yml""

This reverts commit 703447d33883b45d119ddccee1df4b9ad098b0c2.
This commit is contained in:
Christopher Hoskin
2020-07-21 10:03:34 +01:00
parent 19c871c5f8
commit 4cfeccf593
6 changed files with 22 additions and 13 deletions
+3 -3
View File
@@ -21,14 +21,14 @@ services:
volumes:
- .:/app
working_dir: /app
extends:
file: docker-compose-config.yml
service: dev
environment:
ELASTIC_SEARCH_DSN: es:9200
REDIS_HOST: redis
MONGO_HOST: mongo
POSTGRES_HOST: postgres
AWS_ACCESS_KEY_ID: ${AWS_ACCESS_KEY_ID}
AWS_SECRET_ACCESS_KEY: ${AWS_SECRET_ACCESS_KEY}
AWS_BUCKET: ${AWS_BUCKET}
MOCHA_GREP: ${MOCHA_GREP}
LOG_LEVEL: ERROR
NODE_ENV: test