Cloud API Overview > @adpt/cloud > mongodb > TestMongoDBProps
mongodb.TestMongoDBProps interface
Props for mongodb.TestMongoDB()
Signature:
export interface TestMongoDBProps
Properties
Property | Type | Description |
---|---|---|
image | string | Image used for TestMongoDB container, defaults to mongo:latest |
imagePullPolicy | "Always" | "IfNotPresent" | "Never" | undefined | Specifies when to pull image, defaults to "Always" |
port | number | Port on which the Mongo DB service is exposed |