mirror of
https://github.com/overleaf/overleaf.git
synced 2025-02-03 03:04:43 +00:00
Add commented out docker config
This commit is contained in:
parent
52b22a41c8
commit
abbcea2945
1 changed files with 11 additions and 0 deletions
|
@ -17,6 +17,17 @@ module.exports =
|
||||||
clsiCacheDir: Path.resolve(__dirname + "/../cache")
|
clsiCacheDir: Path.resolve(__dirname + "/../cache")
|
||||||
synctexBaseDir: (project_id) -> Path.join(@compilesDir, project_id)
|
synctexBaseDir: (project_id) -> Path.join(@compilesDir, project_id)
|
||||||
|
|
||||||
|
# clsi:
|
||||||
|
# commandRunner: "docker-runner-sharelatex"
|
||||||
|
# docker:
|
||||||
|
# image: "quay.io/sharelatex/texlive-full"
|
||||||
|
# env:
|
||||||
|
# PATH: "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/local/texlive/2013/bin/x86_64-linux/"
|
||||||
|
# HOME: "/tmp"
|
||||||
|
# modem:
|
||||||
|
# socketPath: false
|
||||||
|
# user: "tex"
|
||||||
|
|
||||||
internal:
|
internal:
|
||||||
clsi:
|
clsi:
|
||||||
port: 3013
|
port: 3013
|
||||||
|
|
Loading…
Reference in a new issue