Skip to main content

write_standalone_bootstrap

Function write_standalone_bootstrap 

Source
pub fn write_standalone_bootstrap(
    path: &Path,
    database_url: &str,
    options: &DockerServiceOptions,
    compose_file: Option<&Path>,
    embedding: Option<&EmbeddingBootstrap>,
) -> Result<StandaloneConfig>