Update 3 files
All checks were successful
Test and Publish Templates / test-and-publish (push) Successful in 45s

This commit is contained in:
Your Name
2025-09-20 11:34:01 +12:00
parent cb4bf8451f
commit d32042e42d
3 changed files with 17 additions and 2 deletions

View File

@@ -34,9 +34,10 @@ bash ./stop.sh || true
# Remove old container
_remove_container "$CONTAINER_NAME" || true
# Generate Filebeat configuration
# Generate Filebeat configuration (with actual hostname)
echo "Generating Filebeat configuration..."
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
export HOSTNAME=$(hostname)
bash "$SCRIPT_DIR/scripts/generate-config.sh" || _die "Failed to generate configuration"
# Create volumes using common function