feat(db): add postgres setup and multi-tenant config
This commit is contained in:
6
stop-db.sh
Normal file
6
stop-db.sh
Normal file
@@ -0,0 +1,6 @@
|
||||
#!/usr/bin/env bash
|
||||
set -e
|
||||
|
||||
echo "Stoppe PostgreSQL Container..."
|
||||
docker compose down
|
||||
echo "PostgreSQL gestoppt."
|
||||
Reference in New Issue
Block a user