Is it possible to add the environment variables
ENV POSTGRES_USER_FILE=/run/secrets/user
ENV POSTGRES_PASSWORD_FILE=/run/secrets/password
just as MariaDB and PostgreSQL official images do, so that sensitive information could be removed from docker-compose.yml and moved to secrets?
That would be great in other Docker images of the LocalAI ecosystem as well.
Is it possible to add the environment variables
just as MariaDB and PostgreSQL official images do, so that sensitive information could be removed from
docker-compose.ymland moved to secrets?That would be great in other Docker images of the LocalAI ecosystem as well.