sovarto/Render Docker Swarm cluster services definition
Renders a Docker Swarm services cluster definition.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| services-definition | The file path to the services definition | yes | .cluster/services-definition.tmpl.yaml |
| service-name | The name of the service inside the services definition file | no | — |
| image | The URI of the container image to insert into the services definition | yes | — |
| environment-variables | Variables to add or update on the service. Each variable is of the form KEY=value, you can specify multiple variables with multi-line YAML strings. | no | — |
| service-definition-adjustments | Additional adjustments to the service definition. | no | — |
Outputs
| name | description |
|---|---|
| services-definition | The path to the rendered services definition file |