mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -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
|
||||
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue