MikaLendingBot
MikaLendingBot copied to clipboard
[Feature] Docker secrets support
Currently the API key/secret are expected via environment variables. That's great, but it would also be great if this container supported using secrets. This would mean the value of the api key/secret would be available in /run/secrets/MY_SECRET
. This would allow us to deploy this solution using something like https://rancher.com without exposing our api key/secret in the GUI.
As far as I'm aware this is only used for swarm / kubernetes etc. The compose file there at the minute is for a standalone container.