Enhance multi-tenant support: update scripts to handle multi-tenant Docker compose files and secure admin credentials

This commit is contained in:
2026-04-21 16:57:43 +02:00
parent 12f62e5146
commit 9ae316cdd9
4 changed files with 30 additions and 8 deletions
+2 -1
View File
@@ -3,5 +3,6 @@ set -euo pipefail
SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
"$SCRIPT_DIR/stop.sh"
"$SCRIPT_DIR/stop.sh" "$@"
"$SCRIPT_DIR/start.sh" "$@"
"$SCRIPT_DIR/start.sh"