mirror of
https://github.com/overleaf/overleaf.git
synced 2025-04-06 15:12:07 +00:00
Pass through TEXLIVE_IMAGE
This commit is contained in:
parent
bef93667a5
commit
e00b4e0c6a
2 changed files with 2 additions and 1 deletions
|
@ -4,6 +4,6 @@ clsi
|
|||
--acceptance-creds=None
|
||||
--dependencies=mongo,redis
|
||||
--docker-repos=gcr.io/overleaf-ops
|
||||
--env-pass-through=
|
||||
--env-pass-through=TEXLIVE_IMAGE
|
||||
--build-target=docker
|
||||
--script-version=1.1.23
|
||||
|
|
|
@ -26,6 +26,7 @@ services:
|
|||
POSTGRES_HOST: postgres
|
||||
MOCHA_GREP: ${MOCHA_GREP}
|
||||
NODE_ENV: test
|
||||
TEXLIVE_IMAGE:
|
||||
depends_on:
|
||||
- mongo
|
||||
- redis
|
||||
|
|
Loading…
Add table
Reference in a new issue