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 3352c16 commit 29a0c97Copy full SHA for 29a0c97
docker/config_template.yaml
@@ -118,6 +118,14 @@ services:
118
port: {{ default .Env.FRONTEND_PORT "7933" }}
119
grpcPort: {{ default .Env.GRPC_FRONTEND_PORT "7833" }}
120
bindOnIP: {{ default .Env.BIND_ON_IP "127.0.0.1" }}
121
+ {{- if .Env.FRONTEND_HTTP_PORT }}
122
+ http:
123
+ port: {{ .Env.FRONTEND_HTTP_PORT }}
124
+ procedures:
125
+ {{- range $seed := (split .Env.FRONTEND_HTTP_PROCEDURES ",") }}
126
+ - {{ . }}
127
+ {{- end }}
128
129
{{- if .Env.STATSD_ENDPOINT }}
130
metrics:
131
statsd:
0 commit comments