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
+6
View File
@@ -0,0 +1,6 @@
\set pguser `echo "$POSTGRES_USER"`
\c _supabase
create schema if not exists _supavisor;
alter schema _supavisor owner to :pguser;
\c postgres