[clsi] adopt Server Pro env vars for sandboxed compiles (#26430)

GitOrigin-RevId: b7c0d9f4ff37d6cef77694a6a9ea4d50dcb148b2
This commit is contained in:
Jakob Ackermann
2025-06-13 15:57:38 +02:00
committed by Copybot
parent b9944dcaf8
commit 1facb76e54
5 changed files with 15 additions and 15 deletions

View File

@@ -25,10 +25,10 @@ services:
env_file:
- dev.env
environment:
- DOCKER_RUNNER=true
- TEXLIVE_IMAGE=texlive-full # docker build texlive -t texlive-full
- COMPILES_HOST_DIR=${PWD}/compiles
- OUTPUT_HOST_DIR=${PWD}/output
- SANDBOXED_COMPILES=true
- SANDBOXED_COMPILES_HOST_DIR_COMPILES=${PWD}/compiles
- SANDBOXED_COMPILES_HOST_DIR_OUTPUT=${PWD}/output
user: root
volumes:
- ${PWD}/compiles:/overleaf/services/clsi/compiles