You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Also adds a generic mechanism for a service to have autogenerated variables
without needing any build.py.
TODO: automatically generate submenu to allow for default or custom passwords.
Copy file name to clipboardExpand all lines: docs/BuildStack-RandomPassword.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,11 @@
2
2
3
3
This page explains how to have a service generate a random password during build time. This will require that your service have a working options menu.
4
4
5
+
Alternatively, a service may just use `%randomPassword%` in a value without any
6
+
options menu. This will generate a new random password the first time this
7
+
service is added. The generated password may be found in the
8
+
`docker-compose.yml`.
9
+
5
10
Keep in mind that updating strings in a service's yaml config isn't limited to passwords.
0 commit comments