[monorepo] remove contacts service (#33550)

GitOrigin-RevId: 15478243e4d6a56b81eee28f76f9ef7dc54a45d7
This commit is contained in:
Jakob Ackermann
2026-05-26 13:10:39 +02:00
committed by Copybot
parent 01624f1387
commit c7b56ff295
11 changed files with 2 additions and 78 deletions
-1
View File
@@ -59,7 +59,6 @@ each service:
| `web` | 9229 |
| `clsi` | 9230 |
| `chat` | 9231 |
| `contacts` | 9232 |
| `docstore` | 9233 |
| `document-updater` | 9234 |
| `filestore` | 9235 |
-1
View File
@@ -1,7 +1,6 @@
CHAT_HOST=chat
CLSI_HOST=clsi
DOWNLOAD_HOST=clsi-nginx
CONTACTS_HOST=contacts
DOCSTORE_HOST=docstore
DOCUMENT_UPDATER_HOST=document-updater
FILESTORE_HOST=filestore
-11
View File
@@ -21,17 +21,6 @@ services:
- ../services/chat/app.js:/overleaf/services/chat/app.js
- ../services/chat/config:/overleaf/services/chat/config
contacts:
command: ["node", "--watch", "app.js"]
environment:
- NODE_OPTIONS=--inspect=0.0.0.0:9229
ports:
- "127.0.0.1:9232:9229"
volumes:
- ../services/contacts/app:/overleaf/services/contacts/app
- ../services/contacts/app.js:/overleaf/services/contacts/app.js
- ../services/contacts/config:/overleaf/services/contacts/config
docstore:
command: ["node", "--watch", "app.js"]
environment:
-8
View File
@@ -45,13 +45,6 @@ services:
- ${PWD}/output:/output:ro
- ../services/clsi/nginx.conf:/etc/nginx/conf.d/nginx.conf:ro
contacts:
build:
context: ..
dockerfile: services/contacts/Dockerfile
env_file:
- dev.env
docstore:
build:
context: ..
@@ -161,7 +154,6 @@ services:
- redis
- chat
- clsi
- contacts
- docstore
- document-updater
- filestore