Merge pull request #4891 from overleaf/ho-web-mongo-4-2

bump mongo to 4.2.15

GitOrigin-RevId: 1ac2057f264bd6dbe042d8f999a4ab1054c9edf5
This commit is contained in:
Henry Oswald 2021-09-14 13:07:33 +01:00 committed by Copybot
parent ab736aecc6
commit 8197411cdf
16 changed files with 16 additions and 16 deletions

View file

@ -41,7 +41,7 @@ services:
command: tar -czf /tmp/build/build.tar.gz --exclude=build.tar.gz --exclude-vcs .
user: root
mongo:
image: mongo:4.0
image: mongo:4.2.15
healthcheck:
test: "mongo --quiet localhost/test --eval 'quit(db.runCommand({ ping: 1 }).ok ? 0 : 1)'"
interval: 1s

View file

@ -39,7 +39,7 @@ services:
command: npm run --silent test:acceptance
mongo:
image: mongo:4.0
image: mongo:4.2.15
healthcheck:
test: "mongo --quiet localhost/test --eval 'quit(db.runCommand({ ping: 1 }).ok ? 0 : 1)'"
interval: 1s

View file

@ -41,7 +41,7 @@ services:
command: tar -czf /tmp/build/build.tar.gz --exclude=build.tar.gz --exclude-vcs .
user: root
mongo:
image: mongo:4.0
image: mongo:4.2.15
healthcheck:
test: "mongo --quiet localhost/test --eval 'quit(db.runCommand({ ping: 1 }).ok ? 0 : 1)'"
interval: 1s

View file

@ -39,7 +39,7 @@ services:
command: npm run --silent test:acceptance
mongo:
image: mongo:4.0
image: mongo:4.2.15
healthcheck:
test: "mongo --quiet localhost/test --eval 'quit(db.runCommand({ ping: 1 }).ok ? 0 : 1)'"
interval: 1s

View file

@ -50,7 +50,7 @@ services:
command: tar -czf /tmp/build/build.tar.gz --exclude=build.tar.gz --exclude-vcs .
user: root
mongo:
image: mongo:4.0
image: mongo:4.2.15
healthcheck:
test: "mongo --quiet localhost/test --eval 'quit(db.runCommand({ ping: 1 }).ok ? 0 : 1)'"
interval: 1s

View file

@ -48,7 +48,7 @@ services:
command: npm run --silent test:acceptance
mongo:
image: mongo:4.0
image: mongo:4.2.15
healthcheck:
test: "mongo --quiet localhost/test --eval 'quit(db.runCommand({ ping: 1 }).ok ? 0 : 1)'"
interval: 1s

View file

@ -50,7 +50,7 @@ services:
retries: 20
mongo:
image: mongo:4.0
image: mongo:4.2.15
healthcheck:
test: "mongo --quiet localhost/test --eval 'quit(db.runCommand({ ping: 1 }).ok ? 0 : 1)'"
interval: 1s

View file

@ -48,7 +48,7 @@ services:
retries: 20
mongo:
image: mongo:4.0
image: mongo:4.2.15
healthcheck:
test: "mongo --quiet localhost/test --eval 'quit(db.runCommand({ ping: 1 }).ok ? 0 : 1)'"
interval: 1s

View file

@ -41,7 +41,7 @@ services:
command: tar -czf /tmp/build/build.tar.gz --exclude=build.tar.gz --exclude-vcs .
user: root
mongo:
image: mongo:4.0
image: mongo:4.2.15
healthcheck:
test: "mongo --quiet localhost/test --eval 'quit(db.runCommand({ ping: 1 }).ok ? 0 : 1)'"
interval: 1s

View file

@ -39,7 +39,7 @@ services:
command: npm run --silent test:acceptance
mongo:
image: mongo:4.0
image: mongo:4.2.15
healthcheck:
test: "mongo --quiet localhost/test --eval 'quit(db.runCommand({ ping: 1 }).ok ? 0 : 1)'"
interval: 1s

View file

@ -41,7 +41,7 @@ services:
command: tar -czf /tmp/build/build.tar.gz --exclude=build.tar.gz --exclude-vcs .
user: root
mongo:
image: mongo:4.0
image: mongo:4.2.15
healthcheck:
test: "mongo --quiet localhost/test --eval 'quit(db.runCommand({ ping: 1 }).ok ? 0 : 1)'"
interval: 1s

View file

@ -43,7 +43,7 @@ services:
command: npm run --silent test:acceptance
mongo:
image: mongo:4.0
image: mongo:4.2.15
healthcheck:
test: "mongo --quiet localhost/test --eval 'quit(db.runCommand({ ping: 1 }).ok ? 0 : 1)'"
interval: 1s

View file

@ -57,7 +57,7 @@ services:
retries: 20
mongo:
image: mongo:4.0
image: mongo:4.2.15
healthcheck:
test: "mongo --quiet localhost/test --eval 'quit(db.runCommand({ ping: 1 }).ok ? 0 : 1)'"
interval: 1s

View file

@ -55,7 +55,7 @@ services:
retries: 20
mongo:
image: mongo:4.0
image: mongo:4.2.15
healthcheck:
test: "mongo --quiet localhost/test --eval 'quit(db.runCommand({ ping: 1 }).ok ? 0 : 1)'"
interval: 1s

View file

@ -66,7 +66,7 @@ services:
image: redis
mongo:
image: mongo:4.0.19
image: mongo:4.2.15
ldap:
restart: always

View file

@ -71,7 +71,7 @@ services:
image: redis
mongo:
image: mongo:4.0.19
image: mongo:4.2.15
ldap:
restart: always