Add a new custom template
Last updated
Last updated
From the menu select Custom Templates then click Add Custom Template.
Complete the form, using the table below as a guide.
Field/Option | Overview |
Title | Enter a title for your custom template. This is how the template will appear when it's deployed. |
Description | Enter a description of the template. |
Note | As an optional step, record some extra information about the template. |
Icon URL | Optionally, enter the URL to an image to use as an icon for the template. |
Next, select the Build method.
Define or paste the contents of your manifest file into the web editor. When deploying an application using a custom template you will be given an opportunity to edit the manifest before deployment.
When you're ready, click Create custom template.
If you have a manifest file locally, you can upload it directly to Portainer. Click Select file to browse to the file.
When you're ready, click Create custom template.
Custom templates support the use of variables to provide further customization of the deployed stack. A stack can define a variable that can then be adjusted by the user at deployment.
This feature is only available in Portainer Business Edition.
Variables are identified in stacks with {{ }}
. For example, the following stack provides a REPLICA_COUNT
variable:
When a variable is defined, options appear to customize how the variable appears when deploying the stack. You can set the label, description and default value.
When a template is deployed, any variables that have been configured are editable: