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:
@@ -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") }}
|
||||
|
||||
Reference in New Issue
Block a user