docker icon indicating copy to clipboard operation
docker copied to clipboard

autoconfig: Allow mixing _FILE variables

Open oliv3r opened this issue 2 years ago • 1 comments

We do not always need to configure variables as either a file or not for all variables.

Instead, allow us to mix-match variable storage. This allows us to keep all non-critical variables in regular (env) variables, but keep the password in a (secret) file only location.

By offering this change, we make it easier for the end-user, that does not have to know that this was an either/or proposition.

oliv3r avatar May 29 '23 14:05 oliv3r

Related: #1942

joshtrichards avatar Sep 10 '23 20:09 joshtrichards