1
0

Use supervisord for joinmarket

This commit is contained in:
nicolas.dorier
2021-10-01 14:26:24 +09:00
parent 57a21629fe
commit 069be073e0
4 changed files with 83 additions and 60 deletions

View File

@@ -39,6 +39,13 @@
proxy_pass http://bitcoin_rtl:3000/rtl/;
}
{{ end }}
{{ if (eq $serviceName "joinmarket") }}
location /obwatch/ {
proxy_pass http://joinmarket:62601/;
}
{{ end }}
{{ if (eq $serviceName "bitcoin_thub") }}
location /thub {
proxy_pass http://bitcoin_thub:3000/thub;