added more support for supabase-js
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user