docker-redmine icon indicating copy to clipboard operation
docker-redmine copied to clipboard

Proposal: fix ENV issues

Open frank-dspeed opened this issue 8 years ago • 5 comments

at present, i think root and redmine user should have same env vars this would address some issues that currently exist and would make development easier

we need to address that in our startup script probably

frank-dspeed avatar Jul 24 '17 19:07 frank-dspeed

#238 is related because that would not work without that

frank-dspeed avatar Jul 24 '17 20:07 frank-dspeed

Could you please add some details to the issue. Thanks.

sameersbn avatar Jul 25 '17 04:07 sameersbn

@sameersbn i will even fix it its a internal note at present i am working mainly on getting a total overview then i will make it all more detailed sorry for that but its a lot to do :)

frank-dspeed avatar Jul 25 '17 09:07 frank-dspeed

Preserving --env set by docker to use them also as user redmine needed for some plugins

at present i think -HE is used but i also think that this fails silent as /root/.bashrc is not allowed to be read and don't has that content alternate would be to add it to the run dir defaults environments needs testing

$(env | grep _ | xargs sudo) CMD

frank-dspeed avatar Jul 29 '17 10:07 frank-dspeed

#296 - about env vars not passed

frank-dspeed avatar Aug 08 '17 18:08 frank-dspeed