fix: add snippets and edge function volumes

This commit is contained in:
Torwent 2026-02-22 12:05:29 +01:00 committed by GitHub
parent 098d3d4c25
commit 8e2e6189be
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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: