mirror of
https://github.com/overleaf/toolkit.git
synced 2025-04-19 15:28:06 +02:00
rebranded mongo and redis host env vars
This commit is contained in:
parent
456772dfbe
commit
7b7cbd78d6
1 changed files with 2 additions and 2 deletions
|
@ -16,8 +16,8 @@ services:
|
|||
GIT_BRIDGE_PORT: "8000"
|
||||
REDIS_HOST: "${REDIS_HOST}"
|
||||
REDIS_PORT: "${REDIS_PORT}"
|
||||
SHARELATEX_MONGO_URL: "${MONGO_URL}"
|
||||
SHARELATEX_REDIS_HOST: "${REDIS_HOST}"
|
||||
OVERLEAF_MONGO_URL: "${MONGO_URL}"
|
||||
OVERLEAF_REDIS_HOST: "${REDIS_HOST}"
|
||||
V1_HISTORY_URL: "http://sharelatex:3100/api"
|
||||
env_file:
|
||||
- ../config/variables.env
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue