Merge pull request #4625 from volfadar/patch-1
add OPENAI_API_KEY variable in supabase.yaml
This commit is contained in:
commit
2fe87c245a
1 changed files with 1 additions and 0 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue