added more support for supabase-js

This commit is contained in:
2026-03-12 10:18:52 +02:00
parent c0792f2e1d
commit 6708cf28a7
62 changed files with 6563 additions and 526 deletions

View File

@@ -1,7 +1,7 @@
services:
# Tenant Database (User Data)
db:
image: postgres:15-alpine
image: postgres:17-alpine
container_name: madbase_db
restart: unless-stopped
environment:
@@ -18,7 +18,7 @@ services:
# Control Plane Database (Project Config, Secrets)
control_db:
image: postgres:15-alpine
image: postgres:17-alpine
container_name: madbase_control_db
restart: unless-stopped
environment:
@@ -84,6 +84,7 @@ services:
- loki
gateway:
image: localhost/madbase_gateway:latest
build: .
container_name: madbase_gateway
restart: unless-stopped