Merge branch 'FlexiDB'

This commit is contained in:
2025-07-24 07:39:43 +02:00
parent 1ef16940e6
commit 20659fa5f6
3647 changed files with 15892 additions and 1376968 deletions
+11
View File
@@ -0,0 +1,11 @@
#!/bin/bash
echo "🛑 Stopping Bamort Development Environment..."
# Gehe ins Docker-Verzeichnis
cd "$(dirname "$0")"
# Stoppe und entferne Container
docker-compose -f docker-compose.dev.yml down
echo "✅ Development environment stopped."