What is TEMPORAL_BROADCAST_ADDRESS typical value

and also can someone share a typical production docker.yam?

Thanks,

Kasi

TEMPORAL_BROADCAST_ADDRESS needs to be specified when the IP Address used by connecting clients is different than your BIND_ON_IP, such as when you are listening on 0.0.0.0 or using a proxy IP address.

When you say typical production docker.yaml, what is your current scenario and setup? Our config_template.yaml - https://github.com/temporalio/temporal/blob/master/docker/config_template.yaml#L214 - provides most defaults other than the hosts to your database.