mirror of
https://github.com/overleaf/overleaf.git
synced 2025-02-19 22:33:53 +00:00
enable conversions for local docker compose
This commit is contained in:
parent
5eec00db51
commit
0f48c77e7e
1 changed files with 1 additions and 0 deletions
|
@ -27,6 +27,7 @@ services:
|
||||||
MONGO_HOST: mongo
|
MONGO_HOST: mongo
|
||||||
POSTGRES_HOST: postgres
|
POSTGRES_HOST: postgres
|
||||||
MOCHA_GREP: ${MOCHA_GREP}
|
MOCHA_GREP: ${MOCHA_GREP}
|
||||||
|
ENABLE_CONVERSIONS: "true"
|
||||||
user: node
|
user: node
|
||||||
depends_on:
|
depends_on:
|
||||||
- mongo
|
- mongo
|
||||||
|
|
Loading…
Reference in a new issue