add rtl
This commit is contained in:
committed by
nicolas.dorier
parent
7371ba9e0a
commit
2df6f2b5ba
@@ -1,5 +1,4 @@
|
||||
{{ $CurrentContainer := where $ "ID" .Docker.CurrentContainerID | first }}
|
||||
|
||||
{{ $CurrentContainer := where $ "ID" .Docker.CurrentContainerID | first }}
|
||||
{{ define "upstream" }}
|
||||
{{ if .Address }}
|
||||
{{/* If we got the containers from swarm and this container's port is published to host, use host IP:PORT */}}
|
||||
@@ -310,6 +309,11 @@ server {
|
||||
location /lnd-rest/btc/ {
|
||||
rewrite ^/lnd-rest/btc/(.*) /$1 break;
|
||||
proxy_pass http://lnd_bitcoin:8080/;
|
||||
}
|
||||
{{ end }}
|
||||
{{ if (eq $serviceName "lnd_bitcoin_rtl") }}
|
||||
location /rtl/ {
|
||||
proxy_pass http://lnd_bitcoin_rtl:3000/rtl/;
|
||||
}
|
||||
{{ end }}
|
||||
{{ if (eq $serviceName "btcqbo") }}
|
||||
|
||||
Reference in New Issue
Block a user