Merge pull request #13251 from overleaf/msm-update-mongo-5

Update mongo in dev-environment to 5.0.17

GitOrigin-RevId: 37113421b41255ad4b72e120f4fe23808ef7d743
This commit is contained in:
Miguel Serrano
2023-06-01 09:21:10 +02:00
committed by Copybot
parent 899ec09b70
commit 6c29e0a36e
27 changed files with 43 additions and 27 deletions

View File

@@ -44,7 +44,7 @@ services:
command: npm run --silent test:acceptance
mongo:
image: mongo:4.4.16
image: mongo:5.0.17
command: --replSet overleaf
healthcheck:
test: "mongo --quiet localhost/test --eval 'quit(db.runCommand({ ping: 1 }).ok ? 0 : 1)'"