I use this gem for Password Pusher and it's been a huge help in centralizing config and simplifying customization.
I would like a way to generate an env-file for Docker. This file would have all possible environment variables taken from settings.yml and commented out by default.
Then my users can customize/uncomment the file as needed and pass that file to Docker.
I may go ahead and create a PR myself but wanted to see if someone has already done this or if it's on the roadmap.
I use this gem for Password Pusher and it's been a huge help in centralizing config and simplifying customization.
I would like a way to generate an env-file for Docker. This file would have all possible environment variables taken from
settings.ymland commented out by default.Then my users can customize/uncomment the file as needed and pass that file to Docker.
I may go ahead and create a PR myself but wanted to see if someone has already done this or if it's on the roadmap.