From 6af3ae870d02a3a529ed1f3b959854c40788a7eb Mon Sep 17 00:00:00 2001 From: Gyurix Date: Thu, 29 Aug 2024 13:33:42 +0200 Subject: [PATCH] USER_SECRET --- scripts/scheduler/install.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/scripts/scheduler/install.sh b/scripts/scheduler/install.sh index 80e27a3..97b1976 100755 --- a/scripts/scheduler/install.sh +++ b/scripts/scheduler/install.sh @@ -170,11 +170,12 @@ if [[ $FIRST_INSTALL == "true" ]]; then $VAR_DISCOVERY_DIRECTORY \ $VAR_DISCOVERY_CONFIG_FILE \ $VAR_DISCOVERY_CONFIG_DIRECTORY \ - --volume USER_DATA:/etc/user/data \ - --volume USER_CONFIG:/etc/user/config \ --volume SYSTEM_DATA:/etc/system/data \ --volume SYSTEM_CONFIG:/etc/system/config \ --volume SYSTEM_LOG:/etc/system/log \ + --volume USER_DATA:/etc/user/data \ + --volume USER_CONFIG:/etc/user/config \ + --volume USER_SECRET:/etc/user/secret \ --mount src=USER_DATA,dst=/root/.ssh/id_rsa,volume-subpath=installer \ --env LETSENCRYPT_MAIL=$LETSENCRYPT_MAIL \ --env LETSENCRYPT_SERVERNAME=$LETSENCRYPT_SERVERNAME \