updated supabase version (incl. dependencies)

This commit is contained in:
2026-07-02 15:29:24 +02:00
parent aa6386c7de
commit 6da6f35936
+14 -14
View File
@@ -9,7 +9,7 @@ name: supabase
services: services:
studio: studio:
container_name: supabase-studio container_name: supabase-studio
image: supabase/studio:2026.04.27-sha-5f60601 image: supabase/studio:2026.06.03-sha-0bca601
restart: unless-stopped restart: unless-stopped
healthcheck: healthcheck:
test: test:
@@ -76,7 +76,7 @@ services:
auth: auth:
container_name: supabase-auth container_name: supabase-auth
image: supabase/gotrue:v2.186.0 image: supabase/gotrue:v2.189.0
depends_on: depends_on:
db: db:
# Disable this if you are using an external Postgres database # Disable this if you are using an external Postgres database
@@ -172,7 +172,7 @@ services:
rest: rest:
container_name: supabase-rest container_name: supabase-rest
image: postgrest/postgrest:v14.8 image: postgrest/postgrest:v14.12
depends_on: depends_on:
db: db:
# Disable this if you are using an external Postgres database # Disable this if you are using an external Postgres database
@@ -193,7 +193,7 @@ services:
realtime: realtime:
# 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
container_name: realtime-dev.supabase-realtime container_name: realtime-dev.supabase-realtime
image: supabase/realtime:v2.76.5 image: supabase/realtime:v2.102.3
depends_on: depends_on:
db: db:
# Disable this if you are using an external Postgres database # Disable this if you are using an external Postgres database
@@ -238,7 +238,7 @@ services:
# To use S3 backed storage: docker compose -f docker-compose.yml -f docker-compose.s3.yml up # To use S3 backed storage: docker compose -f docker-compose.yml -f docker-compose.s3.yml up
storage: storage:
container_name: supabase-storage container_name: supabase-storage
image: supabase/storage-api:v1.48.26 image: supabase/storage-api:v1.60.4
depends_on: depends_on:
db: db:
# Disable this if you are using an external Postgres database # Disable this if you are using an external Postgres database
@@ -298,7 +298,7 @@ services:
meta: meta:
container_name: supabase-meta container_name: supabase-meta
image: supabase/postgres-meta:v0.96.3 image: supabase/postgres-meta:v0.96.6
depends_on: depends_on:
db: db:
# Disable this if you are using an external Postgres database # Disable this if you are using an external Postgres database
@@ -317,7 +317,7 @@ services:
functions: functions:
container_name: supabase-edge-functions container_name: supabase-edge-functions
image: supabase/edge-runtime:v1.71.2 image: supabase/edge-runtime:v1.74.0
restart: unless-stopped restart: unless-stopped
depends_on: depends_on:
analytics: analytics:
@@ -344,7 +344,7 @@ services:
analytics: analytics:
container_name: supabase-analytics container_name: supabase-analytics
image: supabase/logflare:1.36.1 image: supabase/logflare:1.45.4
healthcheck: healthcheck:
test: [ "CMD", "curl", "http://localhost:4000/health" ] test: [ "CMD", "curl", "http://localhost:4000/health" ]
timeout: 5s timeout: 5s
@@ -388,7 +388,7 @@ services:
# Comment out everything below this point if you are using an external Postgres database # Comment out everything below this point if you are using an external Postgres database
db: db:
container_name: supabase-db container_name: supabase-db
image: supabase/postgres:15.8.1.085 image: supabase/postgres:15.14.1.142
healthcheck: healthcheck:
test: pg_isready -U postgres -h localhost test: pg_isready -U postgres -h localhost
interval: 5s interval: 5s
@@ -401,8 +401,8 @@ services:
- postgres - postgres
- -c - -c
- config_file=/etc/postgresql/postgresql.conf - config_file=/etc/postgresql/postgresql.conf
- -c # - -c
- log_min_messages=fatal # prevents Realtime polling queries from appearing in logs # - log_min_messages=fatal # prevents Realtime polling queries from appearing in logs
restart: unless-stopped restart: unless-stopped
environment: environment:
POSTGRES_HOST: /var/run/postgresql POSTGRES_HOST: /var/run/postgresql
@@ -440,7 +440,7 @@ services:
# containers/events/ping); all POST/exec/create/start are denied. # containers/events/ping); all POST/exec/create/start are denied.
docker-socket-proxy: docker-socket-proxy:
container_name: supabase-docker-socket-proxy container_name: supabase-docker-socket-proxy
image: tecnativa/docker-socket-proxy:0.3.0 image: tecnativa/docker-socket-proxy:v0.4.2
restart: unless-stopped restart: unless-stopped
environment: environment:
CONTAINERS: 1 CONTAINERS: 1
@@ -470,7 +470,7 @@ services:
vector: vector:
container_name: supabase-vector container_name: supabase-vector
image: timberio/vector:0.53.0-alpine image: timberio/vector:0.56.0-alpine
healthcheck: healthcheck:
test: test:
[ [
@@ -498,7 +498,7 @@ services:
# Update the DATABASE_URL if you are using an external Postgres database # Update the DATABASE_URL if you are using an external Postgres database
supavisor: supavisor:
container_name: supabase-pooler container_name: supabase-pooler
image: supabase/supavisor:2.7.4 image: supabase/supavisor:2.9.7
healthcheck: healthcheck:
test: curl -sSfL --head -o /dev/null "http://127.0.0.1:4000/api/health" test: curl -sSfL --head -o /dev/null "http://127.0.0.1:4000/api/health"
interval: 10s interval: 10s