update docker compose ci to use extension file and dockerfile

This commit is contained in:
Henry Oswald 2018-03-03 13:36:42 +00:00
parent 0589c8c544
commit ac3b0a02da

View file

@ -11,7 +11,11 @@ services:
entrypoint: npm run test:unit:_run
test_acceptance:
build: .
image: quay.io/sharelatex/$PROJECT_NAME:$BRANCH_NAME-$BUILD_NUMBER
extends:
file: docker-compose-config.yml
service: dev
environment:
REDIS_HOST: redis
MONGO_HOST: mongo