CustomApplications Class

Specifies the custom service application configuration.

Constructor

CustomApplications(*, name: str, image: ImageSettings, type: str = 'docker', endpoints: List[EndpointsSettings], environment_variables: Dict | None = None, bind_mounts: List[VolumeSettings] | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
name
str

Name of the Custom Application.

image

Describes the Image Specifications.

type

Type of the Custom Application.

Default value: docker
endpoints

Configuring the endpoints for the container.

environment_variables

Environment Variables for the container.

Default value: None
bind_mounts

Configuration of the bind mounts for the container.

Default value: None