mirror of
https://github.com/overleaf/overleaf.git
synced 2025-02-17 01:32:12 +00:00
Allow texlive image user to be configured
This commit is contained in:
parent
08a0c6feb4
commit
d0e5fb2d34
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ if process.env["COMMAND_RUNNER"]
|
|||
env:
|
||||
HOME: "/tmp"
|
||||
socketPath: "/var/run/docker.sock"
|
||||
user: "tex"
|
||||
user: process.env["TEXLIVE_IMAGE_USER"] or "tex"
|
||||
expireProjectAfterIdleMs: 24 * 60 * 60 * 1000
|
||||
checkProjectsIntervalMs: 10 * 60 * 1000
|
||||
module.exports.path.sandboxedCompilesHostDir = process.env["COMPILES_HOST_DIR"]
|
||||
|
|
Loading…
Reference in a new issue