feat(db): add postgres setup and multi-tenant config

This commit is contained in:
DanielS
2026-08-18 23:56:51 +02:00
commit 407d40b2e8
13 changed files with 420 additions and 0 deletions

6
stop-db.sh Normal file
View File

@@ -0,0 +1,6 @@
#!/usr/bin/env bash
set -e
echo "Stoppe PostgreSQL Container..."
docker compose down
echo "PostgreSQL gestoppt."