update build script and add load balancer agent

This commit is contained in:
Henry Oswald
2018-03-29 12:12:29 +01:00
parent ec75f9fa67
commit b5a7eabaab
13 changed files with 184 additions and 3628 deletions

View File

@@ -8,7 +8,8 @@ version: "2"
services:
test_unit:
image: quay.io/sharelatex/$PROJECT_NAME:$BRANCH_NAME-$BUILD_NUMBER
command: npm run test:unit:_run
user: node
entrypoint: npm run test:unit:_run
test_acceptance:
build: .
@@ -22,7 +23,8 @@ services:
depends_on:
- redis
- mongo
command: npm run test:acceptance:_run
user: node
entrypoint: npm run test:acceptance:_run
redis:
image: redis