Merge pull request #31011 from overleaf/mj-build-scripts-elastic-search

[build-scripts] Remove elastic search (es) dependency from build scripts

GitOrigin-RevId: db21887149dfb6eab3508762695f73f7ecacb492
This commit is contained in:
Mathias Jakobsen
2026-01-27 14:46:06 +00:00
committed by Copybot
parent a92471549e
commit 8859aaaeb9
20 changed files with 0 additions and 20 deletions

View File

@@ -26,7 +26,6 @@ services:
image: ci/$PROJECT_NAME:$BRANCH_NAME-$BUILD_NUMBER
environment:
CI:
ELASTIC_SEARCH_DSN: es:9200
MONGO_HOST: mongo
POSTGRES_HOST: postgres
MOCHA_GREP: ${MOCHA_GREP}

View File

@@ -35,7 +35,6 @@ services:
- ../../tools/migrations:/overleaf/tools/migrations
working_dir: /overleaf/services/contacts
environment:
ELASTIC_SEARCH_DSN: es:9200
MONGO_CONNECTION_STRING: mongodb://mongo/test-overleaf
POSTGRES_HOST: postgres
MOCHA_GREP: ${MOCHA_GREP}