Merge pull request #21554 from overleaf/ae-delete-spelling

Remove the spelling service

GitOrigin-RevId: ca7c17160e79d84740f32bbe9c73bc74c2714ffc
This commit is contained in:
Christopher Hoskin
2024-11-12 09:31:49 +00:00
committed by Copybot
parent 6193cbd91c
commit 630682f6c9
8 changed files with 1 additions and 75 deletions

View File

@@ -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

View File

@@ -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: