Compare commits

...

2 commits

Author SHA1 Message Date
Torwent
1dfbc2fb02
Merge 8e2e6189be into 9a4b4280be 2026-02-28 17:18:11 -08:00
Torwent
8e2e6189be
fix: add snippets and edge function volumes 2026-02-22 12:05:29 +01:00

View file

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