-
Notifications
You must be signed in to change notification settings - Fork 94
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Environment Variable concept #97
base: master
Are you sure you want to change the base?
Add Environment Variable concept #97
Conversation
Having a more variable spoken approach sound good. If we can integrate both PRs its fine with me. And another thing to point out is that changing all existing environment variable names will break all existing setups of this project. So this might actually end up in a lot of work. |
That was not my intention of the default_vars.sh. The intention of that file is to define default values for variables which should be always set. Nothing more.
Yeah I think this will be a great idea. But I am not so aware with you code. So can you support me here so that we can get both PR together?
What we can do is to support the existing ENV vars a few versions long and map it internally in the entrypoint to the new one. So I think this should not be a big problem. |
…-variable-concept
…ker-compose and build-docker-compose.yml as docker-compose.override.yml file
It looks that the cake settings does not work. |
I fixed it. |
I'm going to need to look at this a few more times. Also, will need a rebase - and check Codacy issues. |
Hi,
as mentioned in #19 and in #88.
The following is my proposal for an environment variable concept.
Please review and add feedback how you find it?
Kind regards