SA_PASSWORD
environment variable.WFGEN_DATABASE_NAME
WFGEN
WFGEN_DATABASE_CONTAINMENT
Y
(default), N
WFGEN_DATABASE_USER_USERNAME
WFGEN_USER
WFGEN_DATABASE_USER_PASSWORD
WFGEN_DATABASE_FILE_PATH
.mdf
and .ldf
database files inside the containerC:\wfgen\sql
/var/opt/mssql/data
WFGEN_ADMIN_USERNAME
wfgen_admin
WFGEN_ADMIN_PASSWORD
WFGEN_AUTH_APPLICATION
Y
(default), N
_FILE
and set its value to the path of the file containing the secret. The container will then get the value in the file at the specified path and set the environment variable without the suffix with that value.strong(!)Pass
using the environment variable SA_PASSWORD
, but you want to use a secret for the value. All you have to do is suffix the environment variable name with _FILE
so that it becomes SA_PASSWORD_FILE
. Then, set the value of this variable to the path of the file containing the password.