mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 17:19:37 +02:00
Merge pull request #21554 from overleaf/ae-delete-spelling
Remove the spelling service GitOrigin-RevId: ca7c17160e79d84740f32bbe9c73bc74c2714ffc
This commit is contained in:
committed by
Copybot
parent
da9de7fd9c
commit
4324c4a089
@@ -13,7 +13,6 @@ NOTIFICATIONS_HOST=notifications
|
||||
PROJECT_HISTORY_HOST=project-history
|
||||
REALTIME_HOST=real-time
|
||||
REDIS_HOST=redis
|
||||
SPELLING_HOST=spelling
|
||||
WEBPACK_HOST=webpack
|
||||
WEB_API_PASSWORD=overleaf
|
||||
WEB_API_USER=overleaf
|
||||
|
||||
@@ -8,7 +8,6 @@ volumes:
|
||||
mongo-data:
|
||||
redis-data:
|
||||
sharelatex-data:
|
||||
spelling-cache:
|
||||
web-data:
|
||||
history-v1-buckets:
|
||||
|
||||
@@ -124,15 +123,6 @@ services:
|
||||
volumes:
|
||||
- redis-data:/data
|
||||
|
||||
spelling:
|
||||
build:
|
||||
context: ..
|
||||
dockerfile: services/spelling/Dockerfile
|
||||
env_file:
|
||||
- dev.env
|
||||
volumes:
|
||||
- spelling-cache:/overleaf/services/spelling/cache
|
||||
|
||||
web:
|
||||
build:
|
||||
context: ..
|
||||
@@ -163,7 +153,6 @@ services:
|
||||
- notifications
|
||||
- project-history
|
||||
- real-time
|
||||
- spelling
|
||||
|
||||
webpack:
|
||||
build:
|
||||
|
||||
Reference in New Issue
Block a user