Skip to content

RavenDb: Add WithLogBindMount and WithLogVolume #1025

@JohnGalt1717

Description

@JohnGalt1717

Related to an existing integration?

Yes

Existing integration

CommunityToolkit.Aspire.Hosting.RavenDB

Overview

Right now the logs for the database(s) are still captured inside the docker container. It would be nice to be able to specify the log as a bind mount and to be able to name the log volume if you're just using a docker volume. This is especially important if you have multiple aspire projects.

Usage example

.WithLogVolume(name) and .WithLogBindMount(directory)

Breaking change?

No

Alternatives

Manual assignment of the log bind mount or volume which you'd need to know exactly where to map this to.

Additional context

No response

Help us help you

No, just wanted to propose this

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions