Merge pull request #27255 from overleaf/revert-27252-revert-26843-csh-issue-26608-mongo8-dev-ci

Revert "Revert "Upgrade the dev environment and CI to mongo 8""

GitOrigin-RevId: 5074b012504e65240017f1fde9b0d8d04c7b8b61
This commit is contained in:
Christopher Hoskin
2025-07-21 09:01:53 +01:00
committed by Copybot
parent f4dc8f7ebc
commit 7ecee2e0aa
17 changed files with 17 additions and 17 deletions

View File

@@ -42,7 +42,7 @@ services:
command: tar -czf /tmp/build/build.tar.gz --exclude=build.tar.gz --exclude-vcs .
user: root
mongo:
image: mongo:7.0.20
image: mongo:8.0.11
command: --replSet overleaf
volumes:
- ../../bin/shared/mongodb-init-replica-set.js:/docker-entrypoint-initdb.d/mongodb-init-replica-set.js

View File

@@ -44,7 +44,7 @@ services:
command: npm run --silent test:acceptance
mongo:
image: mongo:7.0.20
image: mongo:8.0.11
command: --replSet overleaf
volumes:
- ../../bin/shared/mongodb-init-replica-set.js:/docker-entrypoint-initdb.d/mongodb-init-replica-set.js