CustomService interface
Specifies the custom service configuration
Properties
docker | Describes the docker settings for the image |
endpoints | Configuring the endpoints for the container |
environment |
Environment Variable for the container |
image | Describes the Image Specifications |
name | Name of the Custom Service |
volumes | Configuring the volumes for the container |
Property Details
docker
endpoints
environmentVariables
Environment Variable for the container
environmentVariables?: {[propertyName: string]: EnvironmentVariable}
Property Value
{[propertyName: string]: EnvironmentVariable}
image
name
Name of the Custom Service
name?: string
Property Value
string
volumes
Configuring the volumes for the container
volumes?: VolumeDefinition[]