simple-login/simplelogin-postfix-docker

Add support for Docker compose secrets

rehanone opened this issue · 0 comments

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"