mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
update docker compose ci to use extension file and dockerfile
This commit is contained in:
parent
0589c8c544
commit
ac3b0a02da
1 changed files with 4 additions and 0 deletions
|
@ -11,7 +11,11 @@ services:
|
||||||
entrypoint: npm run test:unit:_run
|
entrypoint: npm run test:unit:_run
|
||||||
|
|
||||||
test_acceptance:
|
test_acceptance:
|
||||||
|
build: .
|
||||||
image: quay.io/sharelatex/$PROJECT_NAME:$BRANCH_NAME-$BUILD_NUMBER
|
image: quay.io/sharelatex/$PROJECT_NAME:$BRANCH_NAME-$BUILD_NUMBER
|
||||||
|
extends:
|
||||||
|
file: docker-compose-config.yml
|
||||||
|
service: dev
|
||||||
environment:
|
environment:
|
||||||
REDIS_HOST: redis
|
REDIS_HOST: redis
|
||||||
MONGO_HOST: mongo
|
MONGO_HOST: mongo
|
||||||
|
|
Loading…
Reference in a new issue