1
0

fix: proxy all lnrpc grpc interfaces (#165)

This commit is contained in:
Tom Kirkpatrick
2019-07-09 04:10:56 +02:00
committed by Nicolas Dorier
parent a9d61bc37c
commit 53ff474671

View File

@@ -26,7 +26,7 @@
{{ range $container := $.Containers }}
{{ $serviceName := (index $container.Labels "com.docker.compose.service") }}
{{ if (eq $serviceName "lnd_bitcoin") }}
location /lnrpc.Lightning {
location /lnrpc {
grpc_pass grpcs://lnd_bitcoin:10009;
}
location /lnd-rest/btc/ {
@@ -455,4 +455,4 @@ server {
{{ end }}
{{ end }}
{{ end }}
{{ end }}
{{ end }}