Merge pull request #20159 from overleaf/jpa-enable-sandboxed-by-default-dc

[server-pro] enable sandboxed compiles by default in docker-compose

GitOrigin-RevId: bb02fd992a6b36d4c49a8a642c156f014777d037
This commit is contained in:
Jakob Ackermann 2024-08-28 13:29:49 +02:00 committed by Copybot
parent 837b5a4b9b
commit 169723f492

View file

@ -80,12 +80,11 @@ services:
## Server Pro ##
################
# SANDBOXED_COMPILES: 'true'
# SANDBOXED_COMPILES_SIBLING_CONTAINERS: 'true'
# SANDBOXED_COMPILES_HOST_DIR: '/var/sharelatex_data/data/compiles'
# DOCKER_RUNNER: 'false'
## Sandboxed Compiles: https://github.com/overleaf/overleaf/wiki/Server-Pro:-Sandboxed-Compiles
SANDBOXED_COMPILES: 'true'
SANDBOXED_COMPILES_SIBLING_CONTAINERS: 'true'
### Bind-mount source for /var/lib/overleaf/data/compiles inside the container.
SANDBOXED_COMPILES_HOST_DIR: '/home/user/sharelatex_data/data/compiles'
## Works with test LDAP server shown at bottom of docker compose
# OVERLEAF_LDAP_URL: 'ldap://ldap:389'