chore(service): Update Supabase services (#5708)
This commit is contained in:
@@ -279,7 +279,7 @@ services:
|
|||||||
config:
|
config:
|
||||||
hide_credentials: true
|
hide_credentials: true
|
||||||
supabase-studio:
|
supabase-studio:
|
||||||
image: supabase/studio:20241202-71e5240
|
image: supabase/studio:2025.04.21-sha-173cc56
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test:
|
test:
|
||||||
[
|
[
|
||||||
@@ -318,7 +318,7 @@ services:
|
|||||||
# NEXT_ANALYTICS_BACKEND_PROVIDER=bigquery
|
# NEXT_ANALYTICS_BACKEND_PROVIDER=bigquery
|
||||||
- 'OPENAI_API_KEY=${OPENAI_API_KEY}'
|
- 'OPENAI_API_KEY=${OPENAI_API_KEY}'
|
||||||
supabase-db:
|
supabase-db:
|
||||||
image: supabase/postgres:15.8.1.048
|
image: supabase/postgres:15.8.1.060
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: pg_isready -U postgres -h 127.0.0.1
|
test: pg_isready -U postgres -h 127.0.0.1
|
||||||
interval: 5s
|
interval: 5s
|
||||||
@@ -617,7 +617,7 @@ services:
|
|||||||
- supabase-db-config:/etc/postgresql-custom
|
- supabase-db-config:/etc/postgresql-custom
|
||||||
|
|
||||||
supabase-analytics:
|
supabase-analytics:
|
||||||
image: supabase/logflare:1.4.0
|
image: supabase/logflare:1.12.0
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: ["CMD", "curl", "http://127.0.0.1:4000/health"]
|
test: ["CMD", "curl", "http://127.0.0.1:4000/health"]
|
||||||
timeout: 5s
|
timeout: 5s
|
||||||
@@ -913,7 +913,7 @@ services:
|
|||||||
command: ["--config", "etc/vector/vector.yml"]
|
command: ["--config", "etc/vector/vector.yml"]
|
||||||
|
|
||||||
supabase-rest:
|
supabase-rest:
|
||||||
image: postgrest/postgrest:v12.2.0
|
image: postgrest/postgrest:v12.2.11
|
||||||
depends_on:
|
depends_on:
|
||||||
supabase-db:
|
supabase-db:
|
||||||
# Disable this if you are using an external Postgres database
|
# Disable this if you are using an external Postgres database
|
||||||
@@ -931,7 +931,7 @@ services:
|
|||||||
command: "postgrest"
|
command: "postgrest"
|
||||||
exclude_from_hc: true
|
exclude_from_hc: true
|
||||||
supabase-auth:
|
supabase-auth:
|
||||||
image: supabase/gotrue:v2.164.0
|
image: supabase/gotrue:v2.171.0
|
||||||
depends_on:
|
depends_on:
|
||||||
supabase-db:
|
supabase-db:
|
||||||
# Disable this if you are using an external Postgres database
|
# Disable this if you are using an external Postgres database
|
||||||
@@ -1022,7 +1022,7 @@ services:
|
|||||||
|
|
||||||
realtime-dev:
|
realtime-dev:
|
||||||
# This container name looks inconsistent but is correct because realtime constructs tenant id by parsing the subdomain
|
# This container name looks inconsistent but is correct because realtime constructs tenant id by parsing the subdomain
|
||||||
image: supabase/realtime:v2.33.70
|
image: supabase/realtime:v2.34.47
|
||||||
container_name: realtime-dev.supabase-realtime
|
container_name: realtime-dev.supabase-realtime
|
||||||
depends_on:
|
depends_on:
|
||||||
supabase-db:
|
supabase-db:
|
||||||
@@ -1105,7 +1105,7 @@ services:
|
|||||||
exit 0
|
exit 0
|
||||||
|
|
||||||
supabase-storage:
|
supabase-storage:
|
||||||
image: supabase/storage-api:v1.14.6
|
image: supabase/storage-api:v1.22.7
|
||||||
depends_on:
|
depends_on:
|
||||||
supabase-db:
|
supabase-db:
|
||||||
# Disable this if you are using an external Postgres database
|
# Disable this if you are using an external Postgres database
|
||||||
@@ -1191,7 +1191,7 @@ services:
|
|||||||
- ./volumes/storage:/var/lib/storage
|
- ./volumes/storage:/var/lib/storage
|
||||||
|
|
||||||
supabase-meta:
|
supabase-meta:
|
||||||
image: supabase/postgres-meta:v0.84.2
|
image: supabase/postgres-meta:v0.88.9
|
||||||
depends_on:
|
depends_on:
|
||||||
supabase-db:
|
supabase-db:
|
||||||
# Disable this if you are using an external Postgres database
|
# Disable this if you are using an external Postgres database
|
||||||
@@ -1207,7 +1207,7 @@ services:
|
|||||||
- PG_META_DB_PASSWORD=${SERVICE_PASSWORD_POSTGRES}
|
- PG_META_DB_PASSWORD=${SERVICE_PASSWORD_POSTGRES}
|
||||||
|
|
||||||
supabase-edge-functions:
|
supabase-edge-functions:
|
||||||
image: supabase/edge-runtime:v1.65.3
|
image: supabase/edge-runtime:v1.67.4
|
||||||
depends_on:
|
depends_on:
|
||||||
supabase-analytics:
|
supabase-analytics:
|
||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
@@ -1351,7 +1351,7 @@ services:
|
|||||||
- /home/deno/functions/main
|
- /home/deno/functions/main
|
||||||
|
|
||||||
supabase-supavisor:
|
supabase-supavisor:
|
||||||
image: 'supabase/supavisor:1.1.56'
|
image: 'supabase/supavisor:2.5.1'
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test:
|
test:
|
||||||
- CMD
|
- CMD
|
||||||
|
|||||||
Reference in New Issue
Block a user