simple-login / simplelogin-postfix-docker

The missing Docker image for SimpleLogin Postfix
https://hub.docker.com/r/simplelogin/postfix
GNU General Public License v3.0
20 stars 22 forks source link

Add support for docker based secrets for database password #11

Closed rehanone closed 2 years ago

rehanone commented 2 years ago

Putting passwords for the database in the compose file is not very safe as most of the time these files are checked in into code repos are that makes them available for anyone to access the database. This PR closes #9 by allowing the docker secrets support and using the common convention of using _FILE for these secrets.

rehanone commented 2 years ago

Please let me know if there is any change needed in this PR and I will make it.

nguyenkims commented 2 years ago

Thanks for making the PR, it's been merged now!