|
2 | 2 |
|
3 | 3 | 💡 Click on the **Input Name** for more [Details](#details). |
4 | 4 |
|
5 | | -| Input Name | Default Value | Short Description of the Input Value | |
6 | | -| :-------------------------------------------------------- | :---------------------------------- | :------------------------------------------------------------ | |
7 | | -| <CopyButton next /> [name](#name) **\*** | - | Docker Stack/Project Name | |
8 | | -| <CopyButton next /> [file](#file) | `docker-compose.yaml` | Docker Stack/Compose File(s) | |
9 | | -| <CopyButton next /> [mode](#mode) **¹** | `swarm` | Deploy Mode [`swarm`, `compose`] | |
10 | | -| <CopyButton next /> [args](#args) **¹** | `--remove-orphans --force-recreate` | Additional **Compose** Arguments | |
11 | | -| <CopyButton next /> [host](#host) **\*** | - | Remote Docker Hostname or IP | |
12 | | -| <CopyButton next /> [port](#port) | `22` | Remote Docker Port | |
13 | | -| <CopyButton next /> [user](#user) **\*** | - | Remote Docker Username | |
14 | | -| <CopyButton next /> [pass](#pass) **\*** | - | Remote Docker Password | |
15 | | -| <CopyButton next /> [ssh_key](#ssh_key) **\*** | - | Remote SSH Key File | |
16 | | -| <CopyButton next /> [disable_keyscan](#disable_keyscan) | `false` | Disable SSH Keyscan `ssh-keyscan` | |
17 | | -| <CopyButton next /> [env_file](#env_file) | - | Exported Environment File | |
18 | | -| <CopyButton next /> [detach](#detach) **²** | `true` | Detach Flag, `false`, to disable | |
19 | | -| <CopyButton next /> [prune](#prune) **²** | `false` | Prune Flag, `true`, to enable | |
20 | | -| <CopyButton next /> [resolve_image](#resolve_image) **²** | `always` | Resolve [`always`, `changed`, `never`] | |
21 | | -| <CopyButton next /> [registry_auth](#registry_auth) **²** | `false` | Enable Registry Authentication | |
22 | | -| <CopyButton next /> [registry_host](#registry_host) | - | Registry Authentication Host | |
23 | | -| <CopyButton next /> [registry_user](#registry_user) | - | Registry Authentication Username | |
24 | | -| <CopyButton next /> [registry_pass](#registry_pass) | - | Registry Authentication Password | |
25 | | -| <CopyButton next /> [summary](#summary) | `true` | Add Job Summary | |
| 5 | +| Input Name | Default Value | Short Description of the Input Value | |
| 6 | +| :--------------------------------------------------- | :---------------------------------- | :------------------------------------------------------------ | |
| 7 | +| [name](#name) **\*** <CopyButton /> | - | Docker Stack/Project Name | |
| 8 | +| [file](#file) <CopyButton /> | `docker-compose.yaml` | Docker Stack/Compose File(s) | |
| 9 | +| [mode](#mode) **¹** <CopyButton /> | `swarm` | Deploy Mode [`swarm`, `compose`] | |
| 10 | +| [args](#args) **¹** <CopyButton /> | `--remove-orphans --force-recreate` | Additional **Compose** Arguments | |
| 11 | +| [host](#host) **\*** <CopyButton /> | - | Remote Docker Hostname or IP | |
| 12 | +| [port](#port) <CopyButton /> | `22` | Remote Docker Port | |
| 13 | +| [user](#user) **\*** <CopyButton /> | - | Remote Docker Username | |
| 14 | +| [pass](#pass) **\*** <CopyButton /> | - | Remote Docker Password | |
| 15 | +| [ssh_key](#ssh_key) **\*** <CopyButton /> | - | Remote SSH Key File | |
| 16 | +| [disable_keyscan](#disable_keyscan) <CopyButton /> | `false` | Disable SSH Keyscan `ssh-keyscan` | |
| 17 | +| [env_file](#env_file) <CopyButton /> | - | Exported Environment File | |
| 18 | +| [detach](#detach) **²** <CopyButton /> | `true` | Detach Flag, `false`, to disable | |
| 19 | +| [prune](#prune) **²** <CopyButton /> | `false` | Prune Flag, `true`, to enable | |
| 20 | +| [resolve_image](#resolve_image) **²** <CopyButton /> | `always` | Resolve [`always`, `changed`, `never`] | |
| 21 | +| [registry_auth](#registry_auth) **²** <CopyButton /> | `false` | Enable Registry Authentication | |
| 22 | +| [registry_host](#registry_host) <CopyButton /> | - | Registry Authentication Host | |
| 23 | +| [registry_user](#registry_user) <CopyButton /> | - | Registry Authentication Username | |
| 24 | +| [registry_pass](#registry_pass) <CopyButton /> | - | Registry Authentication Password | |
| 25 | +| [summary](#summary) <CopyButton /> | `true` | Add Job Summary | |
26 | 26 |
|
27 | 27 | > **\* Required**, note [pass](#pass)/[ssh_key](#ssh_key) are mutually exclusive. |
28 | 28 | > **¹ Compose Only**, view the [Compose Docs](https://docs.docker.com/reference/cli/docker/compose/up/) |
|
0 commit comments