mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-29 20:11:32 +02:00
* [clsi] drop support for docker-in-docker * [clsi] run SyncTeX in specific output dir rather than compile dir * [clsi] store output.synctex.gz outside of tar-ball in clsi-cache * [clsi] add documentation for rewriting of docker bind-mounts * [server-pro] update env vars for sandboxed compiles in sample config GitOrigin-RevId: 8debd7102ac612544961f237aa4ff1c530aa3da3
12 lines
607 B
Plaintext
12 lines
607 B
Plaintext
clsi
|
|
--data-dirs=cache,compiles,output
|
|
--dependencies=
|
|
--docker-repos=gcr.io/overleaf-ops,us-east1-docker.pkg.dev/overleaf-ops/ol-docker
|
|
--env-add=ENABLE_PDF_CACHING="true",PDF_CACHING_ENABLE_WORKER_POOL="true",ALLOWED_IMAGES=quay.io/sharelatex/texlive-full:2017.1,TEXLIVE_IMAGE=quay.io/sharelatex/texlive-full:2017.1,TEX_LIVE_IMAGE_NAME_OVERRIDE=gcr.io/overleaf-ops,TEXLIVE_IMAGE_USER="tex",DOCKER_RUNNER="true",COMPILES_HOST_DIR=$PWD/compiles,OUTPUT_HOST_DIR=$PWD/output
|
|
--env-pass-through=
|
|
--esmock-loader=False
|
|
--node-version=20.18.2
|
|
--public-repo=True
|
|
--script-version=4.5.0
|
|
--use-large-ci-runner=True
|