From 8e2e6189be4cf82c7aa45e7193ab6c4b7d4be5f8 Mon Sep 17 00:00:00 2001 From: Torwent Date: Sun, 22 Feb 2026 12:05:29 +0100 Subject: [PATCH] fix: add snippets and edge function volumes --- templates/compose/supabase.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/templates/compose/supabase.yaml b/templates/compose/supabase.yaml index fad059a08..aad6d382a 100644 --- a/templates/compose/supabase.yaml +++ b/templates/compose/supabase.yaml @@ -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: