add supabase stack

from https://github.com/supabase/supabase/docker
This commit is contained in:
2025-01-03 17:57:08 +01:00
parent 2544559b39
commit fb2f7e67dc
20 changed files with 1641 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
\set pguser `echo "$POSTGRES_USER"`
create schema if not exists _realtime;
alter schema _realtime owner to :pguser;