From ccda7db54f9fe8f98f52f3c2d336dbe2503a03a9 Mon Sep 17 00:00:00 2001 From: peaklabs-dev <122374094+peaklabs-dev@users.noreply.github.com> Date: Wed, 7 Jan 2026 19:06:12 +0100 Subject: [PATCH] fix(service): supabase studio fails to load schemas --- templates/compose/supabase.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/templates/compose/supabase.yaml b/templates/compose/supabase.yaml index f6cb7897a..f265e3f09 100644 --- a/templates/compose/supabase.yaml +++ b/templates/compose/supabase.yaml @@ -280,7 +280,7 @@ services: config: hide_credentials: true supabase-studio: - image: supabase/studio:2025.12.17-sha-43f4f7f + image: supabase/studio:2026.01.07-sha-037e5f9 healthcheck: test: [ @@ -299,6 +299,8 @@ services: - HOSTNAME=0.0.0.0 - STUDIO_PG_META_URL=http://supabase-meta:8080 - POSTGRES_PASSWORD=${SERVICE_PASSWORD_POSTGRES} + - POSTGRES_HOST=${POSTGRES_HOST:-supabase-db} + - CURRENT_CLI_VERSION=2.67.1 - DEFAULT_ORGANIZATION_NAME=${STUDIO_DEFAULT_ORGANIZATION:-Default Organization} - DEFAULT_PROJECT_NAME=${STUDIO_DEFAULT_PROJECT:-Default Project}