chore: add official supabase self-host stack

This commit is contained in:
Philipp
2026-06-09 21:58:38 +02:00
parent 206dc48403
commit fd50c05873
61 changed files with 10420 additions and 13 deletions
+3
View File
@@ -0,0 +1,3 @@
\set pguser `echo "$POSTGRES_USER"`
CREATE DATABASE _supabase WITH OWNER :pguser;