MikaLendingBot icon indicating copy to clipboard operation
MikaLendingBot copied to clipboard

[Feature] Docker secrets support

Open bkuhl opened this issue 6 years ago • 1 comments

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.

bkuhl avatar Dec 30 '17 14:12 bkuhl

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.

laxdog avatar Apr 19 '18 16:04 laxdog