mirror of
https://github.com/portainer/portainer-docs.git
synced 2026-03-27 12:58:32 +07:00
27 lines
1.3 KiB
Markdown
27 lines
1.3 KiB
Markdown
---
|
|
metaLinks:
|
|
alternates:
|
|
- >-
|
|
https://app.gitbook.com/s/j6QEqM3Sd94bdPsX4HaN/user/docker/templates/deploy-stack
|
|
---
|
|
|
|
# Deploy a stack
|
|
|
|
Portainer lets you deploy an entire stack from either a default template or a custom template.
|
|
|
|
{% hint style="info" %}
|
|
You can also [create a template from a stack](../stacks/template.md).
|
|
{% endhint %}
|
|
|
|
From the menu expand **Templates**, select **Application** or **Custom** (depending on the template) then select the template you want to deploy. In this example we'll create a WordPress stack.
|
|
|
|
<figure><img src="../../../.gitbook/assets/deploy-a-stack-new.gif" alt=""><figcaption></figcaption></figure>
|
|
|
|
Enter a name for the stack and set any required configuration values (these will differ from template to template). Toggle **Enable access control** on or off as required.
|
|
|
|
<figure><img src="../../../.gitbook/assets/2.15-docker-deploy-stack-wordpress.png" alt=""><figcaption></figcaption></figure>
|
|
|
|
Click **Deploy the stack** then wait for the deployment to finish. If the deployment is successful, the new stack will appear in the list. Select it to view the [deployment details](../stacks/edit.md).
|
|
|
|
<figure><img src="../../../.gitbook/assets/2.20-templates-deploy-stack-stacklist.png" alt=""><figcaption></figcaption></figure>
|