2017-12-29 03:08:19 -05:00
|
|
|
# This file was auto-generated, do not edit it directly.
|
|
|
|
# Instead run bin/update_build_scripts from
|
|
|
|
# https://github.com/sharelatex/sharelatex-dev-environment
|
2018-02-21 10:42:51 -05:00
|
|
|
# Version: 1.1.0
|
2017-12-29 03:08:19 -05:00
|
|
|
|
|
|
|
version: "2"
|
|
|
|
|
|
|
|
services:
|
|
|
|
test_unit:
|
2018-02-26 06:56:19 -05:00
|
|
|
image: quay.io/sharelatex/$PROJECT_NAME:$BRANCH_NAME-$BUILD_NUMBER
|
2017-12-29 03:08:19 -05:00
|
|
|
entrypoint: npm run test:unit:_run
|
|
|
|
|
|
|
|
test_acceptance:
|
2018-03-03 08:36:42 -05:00
|
|
|
build: .
|
|
|
|
extends:
|
|
|
|
file: docker-compose-config.yml
|
2018-03-05 10:29:12 -05:00
|
|
|
service: ci
|
2018-03-06 05:30:05 -05:00
|
|
|
entrypoint: npm run test:acceptance
|
2017-12-29 03:08:19 -05:00
|
|
|
|
|
|
|
redis:
|
|
|
|
image: redis
|
|
|
|
|
|
|
|
mongo:
|
|
|
|
image: mongo:3.4
|