mirror of
https://github.com/overleaf/toolkit.git
synced 2025-04-19 23:38:06 +02:00
Make sibling containers work
This commit is contained in:
parent
d366330507
commit
715f4c7ac2
2 changed files with 11 additions and 6 deletions
|
@ -29,8 +29,9 @@ function __main__() {
|
|||
if [[ "$RC_MONGO_ENABLED" == "true" ]]; then
|
||||
compose_file_flags+=("-f ./config/docker-compose.mongo.yml")
|
||||
fi
|
||||
|
||||
# TODO: include sibling containers?
|
||||
if [[ "$RC_SIBLING_CONTAINERS_ENABLED" == "true" ]]; then
|
||||
compose_file_flags+=("-f ./config/docker-compose.sibling-containers.yml")
|
||||
fi
|
||||
|
||||
# Include docker-compose.override.yml if it is present
|
||||
if [[ -f './config/docker-compose.override.yml' ]]; then
|
||||
|
|
|
@ -48,13 +48,17 @@ TEXMFVAR=/var/lib/sharelatex/tmp/texmf-var
|
|||
## Server Pro ##
|
||||
################
|
||||
|
||||
### Uncomment the following block when enabling sibling containers
|
||||
### and replace 'path-to-data-directory' with full SHARELATEX_DATA_PATH
|
||||
|
||||
# DOCKER_RUNNER=true
|
||||
# SANDBOXED_COMPILES=true
|
||||
|
||||
# SANDBOXED_COMPILES_SIBLING_CONTAINERS=true
|
||||
# SANDBOXED_COMPILES_HOST_DIR=/var/sharelatex_data/data/compiles
|
||||
# SYNCTEX_BIN_HOST_PATH=/var/sharelatex_data/bin/synctex
|
||||
# SANDBOXED_COMPILES_HOST_DIR=path-to-data-directory/sharelatex/data/compiles
|
||||
# SYNCTEX_BIN_HOST_PATH=path-to-data-directory/sharelatex/bin/synctex
|
||||
# TEX_LIVE_DOCKER_IMAGE=quay.io/sharelatex/texlive-full:2019.1
|
||||
# ALL_TEX_LIVE_DOCKER_IMAGES=quay.io/sharelatex/texlive-full:2019.1
|
||||
|
||||
# DOCKER_RUNNER=false
|
||||
|
||||
## Works with test LDAP server shown at bottom of docker compose
|
||||
# SHARELATEX_LDAP_URL=ldap://ldap:389
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue