CustomService interface
指定自定义服务配置
属性
| docker | 描述映像的 docker 设置 |
| endpoints | 配置容器的终结点 |
| environment |
容器的环境变量 |
| image | 描述映像规范 |
| name | 自定义服务的名称 |
| volumes | 为容器配置卷 |
属性详细信息
docker
endpoints
environmentVariables
容器的环境变量
environmentVariables?: {[propertyName: string]: EnvironmentVariable}
属性值
{[propertyName: string]: EnvironmentVariable}
image
name
自定义服务的名称
name?: string
属性值
string