From 19a7f6fbbcdebfc2122b25f425e519ec8979cf5d Mon Sep 17 00:00:00 2001 From: Ibnu Rasikh <44869940+volfadar@users.noreply.github.com> Date: Thu, 19 Dec 2024 16:34:00 +0700 Subject: [PATCH] add OPENAI_API_KEY variable in supabase.yaml For people that have a skill issue in SQL just like me, Supabase AI Assistant is quite important. --- templates/compose/supabase.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/compose/supabase.yaml b/templates/compose/supabase.yaml index 4b59360e5..cd6af1a2a 100644 --- a/templates/compose/supabase.yaml +++ b/templates/compose/supabase.yaml @@ -315,6 +315,7 @@ services: - NEXT_ANALYTICS_BACKEND_PROVIDER=postgres # Uncomment to use Big Query backend for analytics # NEXT_ANALYTICS_BACKEND_PROVIDER=bigquery + - 'OPENAI_API_KEY=${OPENAI_API_KEY}' supabase-db: image: supabase/postgres:15.1.1.78 healthcheck: