* 1.14.1

* 1.14.1 version

* repo pull use configured repo path

* don't show UI defined file if using Stack files on host mode

* Stack "run build" option

* note on bind mounts

* improve bind mount doc

* add links to schema

* add new stacks configs UI

* interp into stack build_extra_args

* add links UI
This commit is contained in:
Maxwell Becker
2024-09-10 18:17:53 +03:00
committed by GitHub
parent 796bcac952
commit f349cdf50d
50 changed files with 549 additions and 688 deletions

View File

@@ -45,4 +45,10 @@ This works by:
Just like all other resources with Environments (Deployments, Repos, Builds),
Stack Environments support **Variable and Secret interpolation**. Define global variables
in the UI and share the values across environments.
:::
:::
## Using bind mounts
Repo-based stacks must delete the stack folder before it is able to reclone for the latest repo contents.
Because of this, users should **avoid using relative file paths that are placed inside the repo directory**.
Or better yet, make things simple and use **absolute file paths** or **docker volumes** instead.