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.
This commit is contained in:
Ibnu Rasikh
2024-12-19 16:34:00 +07:00
committed by GitHub
parent aae54e8847
commit 19a7f6fbbc

View File

@@ -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: