diff --git a/templates/compose/supabase.yaml b/templates/compose/supabase.yaml index ae3160b53..df637d732 100644 --- a/templates/compose/supabase.yaml +++ b/templates/compose/supabase.yaml @@ -1397,7 +1397,7 @@ services: - POSTGREST_URL=http://supabase-rest:3000 - PGRST_JWT_SECRET=${SERVICE_PASSWORD_JWT} - STORAGE_PUBLIC_URL=${SERVICE_URL_SUPABASEKONG} - - TENANT_ID=${STORAGE_TENANT_ID:-stub} + - TENANT_ID=${STORAGE_TENANT_ID:-storage-single-tenant} volumes: - ./volumes/storage:/var/lib/storage imgproxy: