mirror of
https://github.com/Retropex/btcpayserver-docker.git
synced 2025-05-12 21:10:42 +02:00
chore: bump thunderhub (#414)
This commit is contained in:
parent
4f7f1a7084
commit
8cc53e9932
@ -40,9 +40,8 @@
|
||||
}
|
||||
{{ end }}
|
||||
{{ if (eq $serviceName "bitcoin_thub") }}
|
||||
location /thub/ {
|
||||
rewrite ^/thub(.*)$ $1 break;
|
||||
proxy_pass http://bitcoin_thub:3000/;
|
||||
location /thub {
|
||||
proxy_pass http://bitcoin_thub:3000/thub;
|
||||
}
|
||||
{{ end }}
|
||||
{{ if (eq $serviceName "btcqbo") }}
|
||||
|
@ -6,11 +6,10 @@ services:
|
||||
volumes:
|
||||
- "lnd_bitcoin_thub_datadir:/etc/lnd_bitcoin_thub_datadir"
|
||||
bitcoin_thub:
|
||||
image: apotdevin/thunderhub:v0.11.0
|
||||
image: apotdevin/thunderhub:base-v0.12.0
|
||||
restart: unless-stopped
|
||||
stop_signal: SIGKILL
|
||||
environment:
|
||||
BASE_PATH: "/thub"
|
||||
NO_VERSION_CHECK: "true"
|
||||
COOKIE_PATH: "/data/.cookie"
|
||||
SSO_SERVER_URL: "lnd_bitcoin:10009"
|
||||
@ -18,6 +17,7 @@ services:
|
||||
SSO_CERT_PATH: "/etc/lnd/tls.cert"
|
||||
NO_CLIENT_ACCOUNTS: "true"
|
||||
LOG_LEVEL: debug
|
||||
LOGOUT_URL: "/server/services/thunderhub/BTC"
|
||||
volumes:
|
||||
- "lnd_bitcoin_datadir:/etc/lnd"
|
||||
- "lnd_bitcoin_thub_datadir:/data"
|
||||
|
Loading…
Reference in New Issue
Block a user