From a4d32b5b90a931e799d9a687450c0a93e11c13d2 Mon Sep 17 00:00:00 2001 From: Moritz Date: Thu, 13 Apr 2023 19:50:40 +0200 Subject: [PATCH] add default timeout --- abra.sh | 2 +- compose.yml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/abra.sh b/abra.sh index 31c14cf..5f69253 100644 --- a/abra.sh +++ b/abra.sh @@ -50,7 +50,7 @@ install_onlyoffice(){ } set_default_quota(){ - set_app_config files default_quota '"$DEFAULT_QUOTA"' + set_app_config files default_quota "$DEFAULT_QUOTA" } set_authentik(){ diff --git a/compose.yml b/compose.yml index fef9937..d382c17 100644 --- a/compose.yml +++ b/compose.yml @@ -87,6 +87,7 @@ services: order: start-first labels: - "coop-cloud.${STACK_NAME}.version=3.3.0+25.0.5-fpm" + - "coop-cloud.${STACK_NAME}.timeout=${TIMEOUT:-120}" - "backupbot.backup=true" - "backupbot.backup.path=/var/www/html/config/,/var/www/html/data/,/var/www/html/custom_apps/" healthcheck: