Upgrade build-scripts to 3.4.0

This version fixes docker-compose health checks for dependent services. See
https://github.com/overleaf/dev-environment/pull/409 for details.
This commit is contained in:
Eric Mc Sween 2020-11-23 10:56:33 -05:00
parent 820f4571c5
commit c7fa34a6a8
3 changed files with 3 additions and 1 deletions

View file

@ -6,4 +6,4 @@ clsi
--env-pass-through=TEXLIVE_IMAGE
--node-version=10.22.1
--public-repo=True
--script-version=3.3.3
--script-version=3.4.0

View file

@ -22,6 +22,7 @@ services:
environment:
ELASTIC_SEARCH_DSN: es:9200
REDIS_HOST: redis
QUEUES_REDIS_HOST: redis
MONGO_HOST: mongo
POSTGRES_HOST: postgres
MOCHA_GREP: ${MOCHA_GREP}

View file

@ -31,6 +31,7 @@ services:
environment:
ELASTIC_SEARCH_DSN: es:9200
REDIS_HOST: redis
QUEUES_REDIS_HOST: redis
MONGO_HOST: mongo
POSTGRES_HOST: postgres
MOCHA_GREP: ${MOCHA_GREP}