add easy-to-start-script
This commit is contained in:
parent
ddc3ff976e
commit
7b0d4b76d7
3 changed files with 201 additions and 3 deletions
13
stop_project.sh
Executable file
13
stop_project.sh
Executable 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"
|
Loading…
Add table
Add a link
Reference in a new issue