mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
0a470fb54f
* Avoid stray backslash in ggrep pattern * Add new services to README * Avoid building in bin/up * Add init script * Update README.md * Use cURL to wait for MongoDB * Add a note about COMPOSE_PARALLEL_LIMIT * Use the new callout syntax GitOrigin-RevId: 9aaec37e893a2da807fed2dc4b00fa52a433c390
20 lines
512 B
Bash
20 lines
512 B
Bash
CHAT_HOST=chat
|
|
CLSI_HOST=clsi
|
|
CONTACTS_HOST=contacts
|
|
DOCSTORE_HOST=docstore
|
|
DOCUMENT_UPDATER_HOST=document-updater
|
|
FILESTORE_HOST=filestore
|
|
GRACEFUL_SHUTDOWN_DELAY=0
|
|
HISTORY_V1_HOST=history-v1
|
|
LISTEN_ADDRESS=0.0.0.0
|
|
MONGO_HOST=mongo
|
|
MONGO_URL=mongodb://mongo/sharelatex?directConnection=true
|
|
NOTIFICATIONS_HOST=notifications
|
|
PROJECT_HISTORY_HOST=project-history
|
|
REALTIME_HOST=real-time
|
|
REDIS_HOST=redis
|
|
SPELLING_HOST=spelling
|
|
WEBPACK_HOST=webpack
|
|
WEB_API_PASSWORD=sharelatex
|
|
WEB_API_USER=sharelatex
|
|
WEB_HOST=web
|