xây dựng docker

This commit is contained in:
Victor Phan
2026-01-14 14:51:03 +07:00
parent a990a01ee5
commit 610c88debc
25 changed files with 1033 additions and 15 deletions

11
docker-stop.sh Executable file
View File

@@ -0,0 +1,11 @@
#!/bin/bash
# Script dừng Docker cho dự án Lucky Wheel
echo "🛑 Dừng Lucky Wheel Docker Containers..."
docker compose down
echo "✅ Đã dừng tất cả containers"
echo ""
echo "💡 Để khởi động lại, chạy: ./docker-setup.sh"
echo "💡 Để xóa tất cả dữ liệu (bao gồm database), chạy: docker compose down -v"