init commit

This commit is contained in:
2025-08-08 09:23:57 +09:00
commit f09b90f63e
56 changed files with 757 additions and 0 deletions

4
bin/stop.sh Executable file
View File

@@ -0,0 +1,4 @@
#!/bin/bash
echo "🛑 Остановка контейнеров..."
docker compose down
echo "✅ Контейнеры остановлены."