Is your feature request related to a problem? Please describe.
Normally I use the docker secrets support on postgres, but with this project I can't use.
Describe the solution you'd like
Expected support for docker secrets in this way: https://hub.docker.com/_/postgres#docker-secrets
This is a simple function inside the dockerfile to load the envs.
Describe alternatives you've considered
Put the plain password in dotenv or not use this project.
Is your feature request related to a problem? Please describe.
Normally I use the docker secrets support on postgres, but with this project I can't use.
Describe the solution you'd like
Expected support for docker secrets in this way: https://hub.docker.com/_/postgres#docker-secrets
This is a simple function inside the dockerfile to load the envs.
Describe alternatives you've considered
Put the plain password in dotenv or not use this project.