[X] I have searched the existing issues and didn't find any that were similar
[X] I have considered creating a pull request with fixes instead of a bug report and want to proceed
Current Behavior
The generated client.yml does not take care of the EXTERNAL_LISTEN_HOSTS parameter in any .env files.
I tried to setup the parameter in the following files :
.env
.env.common
.env.override.latest
.env.override.prod
.env.override.stage1
When doing make restart command, the generated client.yml still contains only "127.0.0.1" parameter.
If modifying this file with correct IP, this service is rendered as well ! Not big issue then
Expected Behavior
When modifying .env.override file, the client.yml should contains the content of parameter EXTERNAL_LISTEN_HOSTS
Steps To Reproduce
git clone of project
make start
Modifying .env.override.prod file (or others)
make restart
The client.yml still contains 127.0.0.1 (even if deleted previously
Environment
- OS:Ubuntu 22.04 with docker compose
- Version: 5.0.1
Have you read a contributing guide?
Current Behavior
The generated client.yml does not take care of the
EXTERNAL_LISTEN_HOSTS
parameter in any .env files. I tried to setup the parameter in the following files :When doing
make restart
command, the generated client.yml still contains only "127.0.0.1" parameter. If modifying this file with correct IP, this service is rendered as well ! Not big issue thenExpected Behavior
When modifying .env.override file, the client.yml should contains the content of parameter
EXTERNAL_LISTEN_HOSTS
Steps To Reproduce
git clone
of projectmake start
make restart
127.0.0.1
(even if deleted previouslyEnvironment
Anything else?
No response