1
0

chore: bump thunderhub (#414)

This commit is contained in:
Anthony Potdevin
2020-12-18 06:14:49 +01:00
committed by GitHub
parent 4f7f1a7084
commit 8cc53e9932
2 changed files with 4 additions and 5 deletions

View File

@@ -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"