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