add easy-to-start-script

This commit is contained in:
Maximilian 2025-06-07 09:59:50 +02:00
parent ddc3ff976e
commit 7b0d4b76d7
3 changed files with 201 additions and 3 deletions

13
stop_project.sh Executable file
View file

@ -0,0 +1,13 @@
#!/bin/bash
# Django FBF Projekt Stopp Script
echo "🛑 Stoppe Django FBF Projekt..."
# Docker Container stoppen
docker compose down
echo "✅ Projekt gestoppt"
echo ""
echo "📝 Zum erneuten Starten verwenden Sie:"
echo " ./start_project.sh"