We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aabf3c8 commit 6164b91Copy full SHA for 6164b91
docker/config_template.yaml
@@ -213,8 +213,10 @@ kafka:
213
topic: temporal-visibility-dev
214
dlq-topic: temporal-visibility-dev-dlq
215
216
+{{ $publicIp := default .Env.BIND_ON_IP "127.0.0.1" -}}
217
+{{- $defaultPublicHostPost := (print $publicIp ":7233") -}}
218
publicClient:
- hostPort: {{ default .Env.BIND_ON_IP "127.0.0.1" }}:7233
219
+ hostPort: {{ default .Env.PUBLIC_FRONTEND_ADDRESS $defaultPublicHostPost }}
220
221
dynamicConfigClient:
222
filepath: {{ default .Env.DYNAMIC_CONFIG_FILE_PATH "/etc/temporal/config/dynamicconfig" }}
0 commit comments