mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 17:19:37 +02:00
[monorepo] add workaround for flaky mongo db init (#27833)
* [monorepo] add workaround for flaky mongo db init Upstream issue: https://github.com/docker-library/mongo/issues/730 Upstream PR: https://github.com/docker-library/mongo/pull/731 * [server-ce] revert entrypoint changes * [monorepo] fix typo in path * [server-ce] run E2E tests from internal monorepo in cloudbuild * [monorepo] avoid repeated changes to mongo entrypoint GitOrigin-RevId: 617db9caee1600c8a506a7a147723a306e57ded3
This commit is contained in:
@@ -44,6 +44,8 @@ services:
|
||||
command: --replSet overleaf
|
||||
volumes:
|
||||
- ../../bin/shared/mongodb-init-replica-set.js:/docker-entrypoint-initdb.d/mongodb-init-replica-set.js
|
||||
- ../../bin/shared/mongodb-docker-entrypoint-wait.sh:/mongodb-docker-entrypoint-wait.sh
|
||||
entrypoint: /mongodb-docker-entrypoint-wait.sh
|
||||
environment:
|
||||
MONGO_INITDB_DATABASE: sharelatex
|
||||
extra_hosts:
|
||||
|
||||
Reference in New Issue
Block a user