mirror of
https://github.com/coollabsio/coolify.git
synced 2026-03-11 08:55:47 +00:00
Merge 8e2e6189be into 5b701ebb07
This commit is contained in:
commit
85a7f6fe1d
1 changed files with 5 additions and 0 deletions
|
|
@ -332,7 +332,12 @@ services:
|
||||||
- NEXT_ANALYTICS_BACKEND_PROVIDER=postgres
|
- NEXT_ANALYTICS_BACKEND_PROVIDER=postgres
|
||||||
# Uncomment to use Big Query backend for analytics
|
# Uncomment to use Big Query backend for analytics
|
||||||
# NEXT_ANALYTICS_BACKEND_PROVIDER=bigquery
|
# NEXT_ANALYTICS_BACKEND_PROVIDER=bigquery
|
||||||
|
- 'SNIPPETS_MANAGEMENT_FOLDER=/app/snippets'
|
||||||
|
- 'EDGE_FUNCTIONS_MANAGEMENT_FOLDER=/app/edge-functions'
|
||||||
- 'OPENAI_API_KEY=${OPENAI_API_KEY}'
|
- 'OPENAI_API_KEY=${OPENAI_API_KEY}'
|
||||||
|
volumes:
|
||||||
|
- './volumes/snippets:/app/snippets:Z'
|
||||||
|
- './volumes/functions:/app/edge-functions:Z'
|
||||||
supabase-db:
|
supabase-db:
|
||||||
image: supabase/postgres:15.8.1.048
|
image: supabase/postgres:15.8.1.048
|
||||||
healthcheck:
|
healthcheck:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue