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

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

GitOrigin-RevId: f2145812a5c1cf8d3d3ac31c76cc4aed4ea9d46d
This commit is contained in:
Christopher Hoskin
2025-07-18 12:58:50 +01:00
committed by Copybot
parent 456f751a18
commit f4dc8f7ebc
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:8.0.11
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

View File

@@ -44,7 +44,7 @@ services:
command: npm run --silent test:acceptance
mongo:
image: mongo:8.0.11
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