mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
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:
parent
ab736aecc6
commit
8197411cdf
16 changed files with 16 additions and 16 deletions
|
@ -41,7 +41,7 @@ services:
|
||||||
command: tar -czf /tmp/build/build.tar.gz --exclude=build.tar.gz --exclude-vcs .
|
command: tar -czf /tmp/build/build.tar.gz --exclude=build.tar.gz --exclude-vcs .
|
||||||
user: root
|
user: root
|
||||||
mongo:
|
mongo:
|
||||||
image: mongo:4.0
|
image: mongo:4.2.15
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: "mongo --quiet localhost/test --eval 'quit(db.runCommand({ ping: 1 }).ok ? 0 : 1)'"
|
test: "mongo --quiet localhost/test --eval 'quit(db.runCommand({ ping: 1 }).ok ? 0 : 1)'"
|
||||||
interval: 1s
|
interval: 1s
|
||||||
|
|
|
@ -39,7 +39,7 @@ services:
|
||||||
command: npm run --silent test:acceptance
|
command: npm run --silent test:acceptance
|
||||||
|
|
||||||
mongo:
|
mongo:
|
||||||
image: mongo:4.0
|
image: mongo:4.2.15
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: "mongo --quiet localhost/test --eval 'quit(db.runCommand({ ping: 1 }).ok ? 0 : 1)'"
|
test: "mongo --quiet localhost/test --eval 'quit(db.runCommand({ ping: 1 }).ok ? 0 : 1)'"
|
||||||
interval: 1s
|
interval: 1s
|
||||||
|
|
|
@ -41,7 +41,7 @@ services:
|
||||||
command: tar -czf /tmp/build/build.tar.gz --exclude=build.tar.gz --exclude-vcs .
|
command: tar -czf /tmp/build/build.tar.gz --exclude=build.tar.gz --exclude-vcs .
|
||||||
user: root
|
user: root
|
||||||
mongo:
|
mongo:
|
||||||
image: mongo:4.0
|
image: mongo:4.2.15
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: "mongo --quiet localhost/test --eval 'quit(db.runCommand({ ping: 1 }).ok ? 0 : 1)'"
|
test: "mongo --quiet localhost/test --eval 'quit(db.runCommand({ ping: 1 }).ok ? 0 : 1)'"
|
||||||
interval: 1s
|
interval: 1s
|
||||||
|
|
|
@ -39,7 +39,7 @@ services:
|
||||||
command: npm run --silent test:acceptance
|
command: npm run --silent test:acceptance
|
||||||
|
|
||||||
mongo:
|
mongo:
|
||||||
image: mongo:4.0
|
image: mongo:4.2.15
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: "mongo --quiet localhost/test --eval 'quit(db.runCommand({ ping: 1 }).ok ? 0 : 1)'"
|
test: "mongo --quiet localhost/test --eval 'quit(db.runCommand({ ping: 1 }).ok ? 0 : 1)'"
|
||||||
interval: 1s
|
interval: 1s
|
||||||
|
|
|
@ -50,7 +50,7 @@ services:
|
||||||
command: tar -czf /tmp/build/build.tar.gz --exclude=build.tar.gz --exclude-vcs .
|
command: tar -czf /tmp/build/build.tar.gz --exclude=build.tar.gz --exclude-vcs .
|
||||||
user: root
|
user: root
|
||||||
mongo:
|
mongo:
|
||||||
image: mongo:4.0
|
image: mongo:4.2.15
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: "mongo --quiet localhost/test --eval 'quit(db.runCommand({ ping: 1 }).ok ? 0 : 1)'"
|
test: "mongo --quiet localhost/test --eval 'quit(db.runCommand({ ping: 1 }).ok ? 0 : 1)'"
|
||||||
interval: 1s
|
interval: 1s
|
||||||
|
|
|
@ -48,7 +48,7 @@ services:
|
||||||
command: npm run --silent test:acceptance
|
command: npm run --silent test:acceptance
|
||||||
|
|
||||||
mongo:
|
mongo:
|
||||||
image: mongo:4.0
|
image: mongo:4.2.15
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: "mongo --quiet localhost/test --eval 'quit(db.runCommand({ ping: 1 }).ok ? 0 : 1)'"
|
test: "mongo --quiet localhost/test --eval 'quit(db.runCommand({ ping: 1 }).ok ? 0 : 1)'"
|
||||||
interval: 1s
|
interval: 1s
|
||||||
|
|
|
@ -50,7 +50,7 @@ services:
|
||||||
retries: 20
|
retries: 20
|
||||||
|
|
||||||
mongo:
|
mongo:
|
||||||
image: mongo:4.0
|
image: mongo:4.2.15
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: "mongo --quiet localhost/test --eval 'quit(db.runCommand({ ping: 1 }).ok ? 0 : 1)'"
|
test: "mongo --quiet localhost/test --eval 'quit(db.runCommand({ ping: 1 }).ok ? 0 : 1)'"
|
||||||
interval: 1s
|
interval: 1s
|
||||||
|
|
|
@ -48,7 +48,7 @@ services:
|
||||||
retries: 20
|
retries: 20
|
||||||
|
|
||||||
mongo:
|
mongo:
|
||||||
image: mongo:4.0
|
image: mongo:4.2.15
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: "mongo --quiet localhost/test --eval 'quit(db.runCommand({ ping: 1 }).ok ? 0 : 1)'"
|
test: "mongo --quiet localhost/test --eval 'quit(db.runCommand({ ping: 1 }).ok ? 0 : 1)'"
|
||||||
interval: 1s
|
interval: 1s
|
||||||
|
|
|
@ -41,7 +41,7 @@ services:
|
||||||
command: tar -czf /tmp/build/build.tar.gz --exclude=build.tar.gz --exclude-vcs .
|
command: tar -czf /tmp/build/build.tar.gz --exclude=build.tar.gz --exclude-vcs .
|
||||||
user: root
|
user: root
|
||||||
mongo:
|
mongo:
|
||||||
image: mongo:4.0
|
image: mongo:4.2.15
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: "mongo --quiet localhost/test --eval 'quit(db.runCommand({ ping: 1 }).ok ? 0 : 1)'"
|
test: "mongo --quiet localhost/test --eval 'quit(db.runCommand({ ping: 1 }).ok ? 0 : 1)'"
|
||||||
interval: 1s
|
interval: 1s
|
||||||
|
|
|
@ -39,7 +39,7 @@ services:
|
||||||
command: npm run --silent test:acceptance
|
command: npm run --silent test:acceptance
|
||||||
|
|
||||||
mongo:
|
mongo:
|
||||||
image: mongo:4.0
|
image: mongo:4.2.15
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: "mongo --quiet localhost/test --eval 'quit(db.runCommand({ ping: 1 }).ok ? 0 : 1)'"
|
test: "mongo --quiet localhost/test --eval 'quit(db.runCommand({ ping: 1 }).ok ? 0 : 1)'"
|
||||||
interval: 1s
|
interval: 1s
|
||||||
|
|
|
@ -41,7 +41,7 @@ services:
|
||||||
command: tar -czf /tmp/build/build.tar.gz --exclude=build.tar.gz --exclude-vcs .
|
command: tar -czf /tmp/build/build.tar.gz --exclude=build.tar.gz --exclude-vcs .
|
||||||
user: root
|
user: root
|
||||||
mongo:
|
mongo:
|
||||||
image: mongo:4.0
|
image: mongo:4.2.15
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: "mongo --quiet localhost/test --eval 'quit(db.runCommand({ ping: 1 }).ok ? 0 : 1)'"
|
test: "mongo --quiet localhost/test --eval 'quit(db.runCommand({ ping: 1 }).ok ? 0 : 1)'"
|
||||||
interval: 1s
|
interval: 1s
|
||||||
|
|
|
@ -43,7 +43,7 @@ services:
|
||||||
command: npm run --silent test:acceptance
|
command: npm run --silent test:acceptance
|
||||||
|
|
||||||
mongo:
|
mongo:
|
||||||
image: mongo:4.0
|
image: mongo:4.2.15
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: "mongo --quiet localhost/test --eval 'quit(db.runCommand({ ping: 1 }).ok ? 0 : 1)'"
|
test: "mongo --quiet localhost/test --eval 'quit(db.runCommand({ ping: 1 }).ok ? 0 : 1)'"
|
||||||
interval: 1s
|
interval: 1s
|
||||||
|
|
|
@ -57,7 +57,7 @@ services:
|
||||||
retries: 20
|
retries: 20
|
||||||
|
|
||||||
mongo:
|
mongo:
|
||||||
image: mongo:4.0
|
image: mongo:4.2.15
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: "mongo --quiet localhost/test --eval 'quit(db.runCommand({ ping: 1 }).ok ? 0 : 1)'"
|
test: "mongo --quiet localhost/test --eval 'quit(db.runCommand({ ping: 1 }).ok ? 0 : 1)'"
|
||||||
interval: 1s
|
interval: 1s
|
||||||
|
|
|
@ -55,7 +55,7 @@ services:
|
||||||
retries: 20
|
retries: 20
|
||||||
|
|
||||||
mongo:
|
mongo:
|
||||||
image: mongo:4.0
|
image: mongo:4.2.15
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: "mongo --quiet localhost/test --eval 'quit(db.runCommand({ ping: 1 }).ok ? 0 : 1)'"
|
test: "mongo --quiet localhost/test --eval 'quit(db.runCommand({ ping: 1 }).ok ? 0 : 1)'"
|
||||||
interval: 1s
|
interval: 1s
|
||||||
|
|
|
@ -66,7 +66,7 @@ services:
|
||||||
image: redis
|
image: redis
|
||||||
|
|
||||||
mongo:
|
mongo:
|
||||||
image: mongo:4.0.19
|
image: mongo:4.2.15
|
||||||
|
|
||||||
ldap:
|
ldap:
|
||||||
restart: always
|
restart: always
|
||||||
|
|
|
@ -71,7 +71,7 @@ services:
|
||||||
image: redis
|
image: redis
|
||||||
|
|
||||||
mongo:
|
mongo:
|
||||||
image: mongo:4.0.19
|
image: mongo:4.2.15
|
||||||
|
|
||||||
ldap:
|
ldap:
|
||||||
restart: always
|
restart: always
|
||||||
|
|
Loading…
Reference in a new issue