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

5
bin/restart.sh Executable file
View File

@@ -0,0 +1,5 @@
#!/bin/bash
echo "🔄 Перезапуск контейнеров..."
docker compose down
docker compose up -d
echo "✅ Контейнеры перезапущены."