CustomService interface

Specifies the custom service configuration

Properties

docker

Describes the docker settings for the image

endpoints

Configuring the endpoints for the container

environmentVariables

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

Describes the docker settings for the image

docker?: Docker

Property Value

endpoints

Configuring the endpoints for the container

endpoints?: Endpoint[]

Property Value

environmentVariables

Environment Variable for the container

environmentVariables?: {[propertyName: string]: EnvironmentVariable}

Property Value

{[propertyName: string]: EnvironmentVariable}

image

Describes the Image Specifications

image?: Image_2

Property Value

name

Name of the Custom Service

name?: string

Property Value

string

volumes

Configuring the volumes for the container

volumes?: VolumeDefinition[]

Property Value