update client-data and add stop/start

This commit is contained in:
Deckard
2025-10-24 02:39:39 -04:00
parent 0d35c2d492
commit 33e243058f
3 changed files with 20 additions and 1 deletions

10
start-containers.sh Executable file
View File

@@ -0,0 +1,10 @@
#!/bin/bash
# Thin wrapper to bring the AzerothCore stack online without triggering rebuilds.
# Reuses deploy.sh so all profile detection and tagging logic stay consistent.
set -euo pipefail
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
exec "${SCRIPT_DIR}/deploy.sh" --skip-rebuild --yes --no-watch