1
0

Revert "add rtl"

This reverts commit 2df6f2b5ba.
This commit is contained in:
nicolas.dorier
2019-02-25 01:31:53 +09:00
parent 2df6f2b5ba
commit c6c290506c
2 changed files with 3 additions and 29 deletions

View File

@@ -1,4 +1,5 @@
{{ $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 */}}
@@ -309,11 +310,6 @@ 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") }}