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
{{ message }}
This repository has been archived by the owner on May 6, 2021. It is now read-only.
Yea, I ended up having to bake the variables into the stack deploy file for it to work.
Admin User and Password should be able to come in via docker secrets. This would require swarmprom to implement a "from disk to ENV Var" method like other projects have done to support Docker Secrets...in essence, the secrets are written down to disk upon container boot...a process would have to run in the grafana container to pick those up from disk and write them into the environment before Grafana starts up.
Otherwise, at this point, I end up just securing the stack files and just hard coding the information into them, it's not as if passwords or slack channels are changing regularly.
All values in this command will be ignored:
Ref. e.g. "The same effect occurs without the env_file: .env line, or with "$FOOVAR" in the actual command.
Tested on this docker:
Does not work
The text was updated successfully, but these errors were encountered: