update build scripts

This commit is contained in:
Henry Oswald
2018-10-03 13:46:00 +01:00
parent 9058cc668a
commit 2a85b54dad
8 changed files with 163 additions and 13 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.9
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