mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 09:09:36 +02:00
Upgrade MongoDB and Redis in the Server CE dev env (#31628)
GitOrigin-RevId: deec1c4e169b39fe9e99296dccd28698bbb15e34
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user