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
+5 -4
View File
@@ -8,13 +8,14 @@ WORKER_CONCURRENCY=5
CONSOLE_PROXY_ADDR=:8081
# Supabase/Postgres
DATABASE_URL=postgres://postgres:postgres@localhost:54322/postgres?sslmode=disable
DATABASE_URL=postgres://postgres.proxui:<POSTGRES_PASSWORD>@localhost:5432/postgres?sslmode=disable
DATABASE_DIRECT_URL=postgres://postgres.proxui:<POSTGRES_PASSWORD>@localhost:6543/postgres?sslmode=disable
SUPABASE_URL=http://localhost:8000
SUPABASE_AUTH_EXTERNAL_URL=http://localhost:8000/auth/v1
SUPABASE_JWKS_URL=http://localhost:8000/auth/v1/.well-known/jwks.json
SUPABASE_ISSUER=http://localhost:8000/auth/v1
SUPABASE_ANON_KEY=
SUPABASE_SERVICE_ROLE_KEY=
SUPABASE_ANON_KEY=<copy-from-deploy/supabase/.env>
SUPABASE_SERVICE_ROLE_KEY=<copy-from-deploy/supabase/.env>
# Redis/asynq
REDIS_ADDR=localhost:6379
@@ -26,5 +27,5 @@ MASTER_KEY_BASE64=
# Frontend
VITE_API_BASE_URL=http://localhost:8080
VITE_SUPABASE_URL=http://localhost:8000
VITE_SUPABASE_ANON_KEY=
VITE_SUPABASE_ANON_KEY=<copy-from-deploy/supabase/.env>
APP_SITE_URL=http://localhost:5173