mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Merge pull request #196 from overleaf/em-docker-compose-healthchecks
Upgrade build-scripts to 3.4.0
This commit is contained in:
commit
f6cb7e86b9
3 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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}
|
||||
|
|
|
@ -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}
|
||||
|
|
Loading…
Reference in a new issue