次の方法で共有


CustomApplications クラス

カスタム サービス アプリケーションの構成を指定します。

継承
builtins.object
CustomApplications

コンストラクター

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

パラメーター

名前 説明
name
必須
str

カスタム アプリケーションの名前。

image
必須

イメージの仕様について説明します。

type
必須

カスタム アプリケーションの種類。

endpoints
必須

コンテナーのエンドポイントの構成。

environment_variables
必須

コンテナーの環境変数。

bind_mounts
必須

コンテナーのバインド マウントの構成。

キーワードのみのパラメーター

名前 説明
name
必須
image
必須
type
規定値: docker
endpoints
必須
environment_variables
必須
bind_mounts
必須