Skip to content
Docs Try Aspire

MongoDBServerResource.withMongoExpress

Method
📦 Aspire.Hosting.MongoDB v13.2.0-preview.1.26159.1
interface MongoDBServerResource {
// ... omitted for brevity
withMongoExpress(configureContainer?: (obj: MongoExpressContainerResource) => void, containerName?: string): MongoDBServerResource;
}

Signature

method withMongoExpress builder
Adds a MongoExpress administration platform for MongoDB
withMongoExpress(configureContainer?: (obj: MongoExpressContainerResource) => void, containerName?: string): MongoDBServerResource
configureContainer (obj: MongoExpressContainerResource) => void optional
containerName string optional
MongoDBServerResource

Defined on

This method is defined on the following type: