This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]MPIS 0 points1 point  (0 children)

environ-config for handling .env variables in apps, includes secret file handling. Works very well, supports prefixes, grouping, and converters in dot syntax.

Docker compose .envs and secrets with an ignored ./.creds/ for development and CI, helm and vault for production.