mirror of
https://github.com/overleaf/toolkit.git
synced 2025-04-19 07:18:06 +02:00
Sandboxed Compiles is available for Server Pro only
This commit is contained in:
parent
a61d9ebff5
commit
3e91fad9c0
3 changed files with 6 additions and 2 deletions
|
@ -28,7 +28,7 @@ function build_environment() {
|
|||
if [[ $MONGO_ENABLED == "true" ]]; then
|
||||
set_mongo_vars
|
||||
fi
|
||||
if [[ $SIBLING_CONTAINERS_ENABLED == "true" ]]; then
|
||||
if [[ $SERVER_PRO == "true" && "$SIBLING_CONTAINERS_ENABLED" == "true" ]]; then
|
||||
set_sibling_containers_vars
|
||||
fi
|
||||
if [[ $NGINX_ENABLED == "true" ]]; then
|
||||
|
|
2
bin/up
2
bin/up
|
@ -84,7 +84,7 @@ function __main__() {
|
|||
initiate_mongo_replica_set
|
||||
fi
|
||||
|
||||
if [[ "$SIBLING_CONTAINERS_ENABLED" == "true" ]]; then
|
||||
if [[ $SERVER_PRO == "true" && "$SIBLING_CONTAINERS_ENABLED" == "true" ]]; then
|
||||
pull_sandboxed_compiles
|
||||
fi
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue