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