Upgrade MongoDB and Redis in the Server CE dev env (#31628)

GitOrigin-RevId: deec1c4e169b39fe9e99296dccd28698bbb15e34
This commit is contained in:
Alf Eaton
2026-03-05 12:43:00 +00:00
committed by Copybot
parent b5606cdecb
commit d384e61eb6

View File

@@ -98,7 +98,7 @@ services:
- history-v1-buckets:/buckets
mongo:
image: mongo:6.0
image: mongo:8
command: --replSet overleaf
ports:
- "127.0.0.1:27017:27017" # for debugging
@@ -135,7 +135,7 @@ services:
- dev.env
redis:
image: redis:5
image: redis:7
ports:
- "127.0.0.1:6379:6379" # for debugging
volumes: