Closed YashKumarVerma closed 3 years ago
I would recommend considering caracal in the context which camicroscope usually deploys it: https://github.com/camicroscope/Distro
That said, as long as there's no confusion, I'm happy to let caracal support .env files too.
I would recommend considering caracal in the context which camicroscope usually deploys it: camicroscope/Distro
That said, as long as there's no confusion, I'm happy to let caracal support .env files too.
please correct me if I'm wrong, I'm learning a lot of new things here. So this repository (Caracal) is used by Distro
to build a new image.
and implementing dotenv in this repo is fine right?
Yes, I should have been more clear. I was just saying that I find it easier to use a compose script to pass env vars where possible. But, this isn't necessarily bound to caMicroscope, so I do think this is a good proposal.
thanks for the assistance!
Is your feature request related to a problem? Please describe. by using a .env file, we can handle & document environment variables in a better manner as
Describe the solution you'd like
.env
file..env.example
file with all possible configuration options that are possible via environment variables.Describe alternatives you've considered
Additional context Add any other context or screenshots about the feature request here.
willing to work on it