tisboyo / Twitch_Bot

4 stars 2 forks source link

Replace .env with docker secrets #233

Open tisboyo opened 3 years ago

tisboyo commented 3 years ago

.env is not the most secure way of storing secure data (api keys) and the current recommendation I'm finding is to use docker secrets.

We should eventually move over to that.

https://docs.docker.com/engine/swarm/secrets/#example-use-secrets-with-a-service

tisboyo commented 3 years ago

Also move some values out of config.json for the bot (webhook)