update build scripts

This commit is contained in:
Henry Oswald
2018-06-12 10:02:06 +01:00
parent 88edf63ab5
commit 872f28117c
5 changed files with 25 additions and 10 deletions
+3 -1
View File
@@ -1,7 +1,7 @@
# This file was auto-generated, do not edit it directly.
# Instead run bin/update_build_scripts from
# https://github.com/sharelatex/sharelatex-dev-environment
# Version: 1.1.3
# Version: 1.1.6
version: "2"
@@ -22,6 +22,7 @@ services:
- .:/app
working_dir: /app
environment:
ELASTIC_SEARCH_DSN: es:9200
REDIS_HOST: redis
MONGO_HOST: mongo
POSTGRES_HOST: postgres
@@ -31,6 +32,7 @@ services:
- mongo
- redis
command: npm run test:acceptance
redis:
image: redis