Merge pull request #196 from overleaf/em-docker-compose-healthchecks

Upgrade build-scripts to 3.4.0
This commit is contained in:
Eric Mc Sween 2020-11-24 08:52:40 -05:00 committed by GitHub
commit f6cb7e86b9
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}