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

View File

@@ -16,14 +16,14 @@ services:
test_acceptance:
build: .
image: ci/$PROJECT_NAME:$BRANCH_NAME-$BUILD_NUMBER
extends:
file: docker-compose-config.yml
service: ci
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}
NODE_ENV: test
depends_on: