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 da9de7fd9c
commit 4324c4a089
8 changed files with 1 additions and 75 deletions

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: