vincentx11 commented on issue #52698:
URL: https://github.com/apache/doris/issues/52698#issuecomment-3078662937

   Yes, the `FQDN` could be enabled by default base on the solution I mentioned 
above. 
   
   As the docker bootstraper, such as `init_fe.sh`, `entrypoint.sh` and 
`init_be.sh`, do many more ip and host checks that are unnecessary indeed. But 
don't worry, I've removed this logic in my pr.
   
   Besides, the environment params in every service configed in 
`docker-compose.yaml` should be effective by default even through changing 
config can be achieved through file mounting. Fortunately, this is also 
supported in my PR. 
   
   With the newly docker bootstraper, you can set up doris cluster very easily, 
just like deploy a nginx service in docker compose. Based on the `FQDN` feature 
original provided by doris, you don't need to care about the container's ip in 
docker compose at all, just set the service names properly and enjoy coding!


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to