combined compose including dashboard

This commit is contained in:
Jonas Braus
2025-01-23 22:41:56 +01:00
parent 6cec223555
commit 805309d625
1719 changed files with 9 additions and 2 deletions
+3
View File
@@ -0,0 +1,3 @@
\set pguser `echo "$POSTGRES_USER"`
CREATE DATABASE _supabase WITH OWNER :pguser;