Merge pull request #25809 from overleaf/csh-issue-22789-ci-mongo-7

Upgrade the dev environment and CI to mongo 7

GitOrigin-RevId: da02881d142d21be47dac7bd2af74520ba8664cd
This commit is contained in:
Christopher Hoskin
2025-05-22 08:45:24 +00:00
committed by Copybot
parent 88d3186dc1
commit 841e32bb64
16 changed files with 16 additions and 16 deletions
+1 -1
View File
@@ -42,7 +42,7 @@ services:
command: npm run --silent test:acceptance
mongo:
image: mongo:6.0.13
image: mongo:7.0.20
command: --replSet overleaf
volumes:
- ../../bin/shared/mongodb-init-replica-set.js:/docker-entrypoint-initdb.d/mongodb-init-replica-set.js