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

This reverts commit e59452567f79540c303b6451638bfe83b294fb79.
This commit is contained in:
Christopher Hoskin
2020-07-21 09:58:44 +01:00
parent 6b92c5d21d
commit e6a2a1922a
6 changed files with 13 additions and 22 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