movim / movim_docker

Official Docker Compose stack for Movim, maintained by @kawaii and the @movim team
https://movim.eu/
GNU Affero General Public License v3.0
79 stars 29 forks source link

Added Support for Docker Secrets with PostgreSQL env vars #30

Closed mcDevnagh closed 1 year ago

mcDevnagh commented 2 years ago

Many docker images have support for docker secrets via additional environment variables with the _FILE suffix. Specifying any of those environment variables sources the value from the file instead of from the environment itself. I added support for the _FILE counterparts to PostgreSQL environment variables supported by movim:

mcDevnagh commented 1 year ago

@kawaii any plan to support this feature in another way?