Merge pull request #11914 from overleaf/ae-develop-project-history

Add project-history and history-v1 to Server CE dev environment

GitOrigin-RevId: 611173e5d489a175dd9945f59cab59692bd5ea39
This commit is contained in:
Alf Eaton
2023-03-06 11:46:09 +00:00
committed by Copybot
parent 3486cd0c91
commit cff49bd9c1
5 changed files with 62 additions and 0 deletions

View File

@@ -10,6 +10,7 @@ volumes:
sharelatex-data:
spelling-cache:
web-data:
history-v1-buckets:
services:
chat:
@@ -71,6 +72,22 @@ services:
- filestore-uploads:/overleaf/services/filestore/uploads
- filestore-user-files:/overleaf/services/filestore/user_files
history-v1:
build:
context: ..
dockerfile: services/history-v1/Dockerfile
env_file:
- dev.env
environment:
OVERLEAF_EDITOR_ANALYTICS_BUCKET: "/buckets/analytics"
OVERLEAF_EDITOR_BLOBS_BUCKET: "/buckets/blobs"
OVERLEAF_EDITOR_CHUNKS_BUCKET: "/buckets/chunks"
OVERLEAF_EDITOR_PROJECT_BLOBS_BUCKET: "/buckets/project_blobs"
OVERLEAF_EDITOR_ZIPS_BUCKET: "/buckets/zips"
PERSISTOR_BACKEND: fs
volumes:
- history-v1-buckets:/buckets
mongo:
image: mongo:4.4
ports:
@@ -85,6 +102,13 @@ services:
env_file:
- dev.env
project-history:
build:
context: ..
dockerfile: services/project-history/Dockerfile
env_file:
- dev.env
real-time:
build:
context: ..
@@ -141,7 +165,9 @@ services:
- docstore
- document-updater
- filestore
- history-v1
- notifications
- project-history
- real-time
- spelling