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
22 stars 21 forks source link

Add support for Docker compose secrets #9

Closed rehanone closed 2 years ago

rehanone commented 2 years ago

The environment variable DB_PASSWORD forces you to put the password in the compose file. Please add support for DB_PASSWORD_FILE as an environment variable to allow loading of password from secrets file like this

DB_PASSWORD_FILE: "/run/secrets/postgres"