1
0

feat: integrate thunderhub (#291)

* feat: initial integration

* chore: opt in and readme

* chore: add to btcpay env

* chore: move env and yml change

* chore: image builder

* chore: bump version

* chore: bump version (#1)

* chore: version bump

* chore: update repo

* chore: bump version
This commit is contained in:
Anthony Potdevin
2020-04-23 07:42:25 +02:00
committed by GitHub
parent 1ae425ebc9
commit 761e5ea9a8
5 changed files with 41 additions and 0 deletions

View File

@@ -37,6 +37,12 @@
{{ if (eq $serviceName "bitcoin_rtl") }}
location /rtl/ {
proxy_pass http://bitcoin_rtl:3000/rtl/;
}
{{ end }}
{{ if (eq $serviceName "bitcoin_thub") }}
location /thub/ {
rewrite ^/thub(.*)$ $1 break;
proxy_pass http://bitcoin_thub:3000/;
}
{{ end }}
{{ if (eq $serviceName "btcqbo") }}