|
|
@ -2608,7 +2608,7 @@ definitions:
|
|
|
|
type: "string"
|
|
|
|
type: "string"
|
|
|
|
example: "container"
|
|
|
|
example: "container"
|
|
|
|
description: "Type of Docker resource. Valid values are: container, volume\
|
|
|
|
description: "Type of Docker resource. Valid values are: container, volume\
|
|
|
|
\ or service"
|
|
|
|
\ service, secret, config or stack"
|
|
|
|
AdministratorsOnly:
|
|
|
|
AdministratorsOnly:
|
|
|
|
type: "boolean"
|
|
|
|
type: "boolean"
|
|
|
|
example: true
|
|
|
|
example: true
|
|
|
@ -2923,7 +2923,7 @@ definitions:
|
|
|
|
RepositoryPassword:
|
|
|
|
RepositoryPassword:
|
|
|
|
type: "string"
|
|
|
|
type: "string"
|
|
|
|
example: "myGitPassword"
|
|
|
|
example: "myGitPassword"
|
|
|
|
description: "Password used in basic authentication. Required when RepositoryAuthentication is true."
|
|
|
|
description: "Password used in basic authentication. Required when RepositoryAuthentication is true."
|
|
|
|
Env:
|
|
|
|
Env:
|
|
|
|
type: "array"
|
|
|
|
type: "array"
|
|
|
|
description: "A list of environment variables used during stack deployment"
|
|
|
|
description: "A list of environment variables used during stack deployment"
|
|
|
|