Skip to content

Commit

Permalink
Set grpc ports in docker config template (cadence-workflow#4146)
Browse files Browse the repository at this point in the history
  • Loading branch information
yycptt authored Apr 19, 2021
1 parent b29845a commit 04f16e7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docker/config_template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ services:
frontend:
rpc:
port: {{ default .Env.FRONTEND_PORT "7933" }}
grpcPort: {{ default .Env.GRPC_FRONTEND_PORT "7833" }}
bindOnIP: {{ default .Env.BIND_ON_IP "127.0.0.1" }}
{{- if .Env.STATSD_ENDPOINT }}
metrics:
Expand All @@ -133,6 +134,7 @@ services:
matching:
rpc:
port: {{ default .Env.MATCHING_PORT "7935" }}
grpcPort: {{ default .Env.GRPC_MATCHING_PORT "7835" }}
bindOnIP: {{ default .Env.BIND_ON_IP "127.0.0.1" }}
{{- if .Env.STATSD_ENDPOINT }}
metrics:
Expand All @@ -154,6 +156,7 @@ services:
history:
rpc:
port: {{ default .Env.HISTORY_PORT "7934" }}
grpcPort: {{ default .Env.GRPC_HISTORY_PORT "7834" }}
bindOnIP: {{ default .Env.BIND_ON_IP "127.0.0.1" }}
{{- if .Env.STATSD_ENDPOINT }}
metrics:
Expand Down

0 comments on commit 04f16e7

Please sign in to comment.