Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
63ad282262 |
@ -107,6 +107,11 @@
|
||||
sub_filter 'href="../' 'href="/bluewallet_lndhub_app/';
|
||||
sub_filter 'src="/' 'src="/bluewallet_lndhub_app/';
|
||||
sub_filter_once off;
|
||||
}
|
||||
{{ end }}
|
||||
{{ if (eq $serviceName "joinmarket-webui") }}
|
||||
location /joinmarket/ {
|
||||
proxy_pass http://joinmarket-webui:80/;
|
||||
}
|
||||
{{ end }}
|
||||
{{ if (eq $serviceName "helipad") }}
|
||||
|
||||
@ -29,6 +29,17 @@ services:
|
||||
- 8080 # payjoin server
|
||||
links:
|
||||
- bitcoind
|
||||
joinmarket-webui:
|
||||
image: ghcr.io/theborakompanioni/jmui-ui-only:v0.0.1-alpha-dev
|
||||
restart: unless-stopped
|
||||
stop_grace_period: 1m
|
||||
environment:
|
||||
JMWEBUI_JM_WALLETD_HOST: joinmarket
|
||||
JMWEBUI_JM_WALLETD_PORT: 43782
|
||||
|
||||
btcpayserver:
|
||||
environment:
|
||||
BTCPAY_EXTERNALSERVICES: "Joinmarket UI:/joinmarket"
|
||||
|
||||
bitcoind:
|
||||
environment:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user