try this shi

This commit is contained in:
2025-10-13 13:53:48 -05:00
commit fc6d1237e9
24 changed files with 1345 additions and 0 deletions

13
stop-dashboard.sh Executable file
View File

@@ -0,0 +1,13 @@
#!/bin/bash
# Colors for output
RED='\033[0;31m'
BLUE='\033[0;34m'
NC='\033[0m' # No Color
echo -e "${BLUE}🛑 Stopping Minecraft Dashboard...${NC}"
docker-compose -f docker-compose.dashboard.yml down
echo -e "${RED}✅ Dashboard stopped!${NC}"