chore: bump thunderhub (#440)
* chore: bump thunderhub * chore: bump thunderhub
This commit is contained in:
@@ -1,32 +1,32 @@
|
|||||||
version: "3"
|
version: "3"
|
||||||
services:
|
services:
|
||||||
btcpayserver:
|
btcpayserver:
|
||||||
environment:
|
environment:
|
||||||
BTCPAY_BTCEXTERNALTHUNDERHUB: "server=/thub/sso;cookiefile=/etc/lnd_bitcoin_thub_datadir/.cookie"
|
BTCPAY_BTCEXTERNALTHUNDERHUB: "server=/thub/sso;cookiefile=/etc/lnd_bitcoin_thub_datadir/.cookie"
|
||||||
volumes:
|
volumes:
|
||||||
- "lnd_bitcoin_thub_datadir:/etc/lnd_bitcoin_thub_datadir"
|
- "lnd_bitcoin_thub_datadir:/etc/lnd_bitcoin_thub_datadir"
|
||||||
bitcoin_thub:
|
bitcoin_thub:
|
||||||
image: apotdevin/thunderhub:base-v0.12.5
|
image: apotdevin/thunderhub:base-v0.12.12
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
stop_signal: SIGKILL
|
stop_signal: SIGKILL
|
||||||
environment:
|
environment:
|
||||||
NO_VERSION_CHECK: "true"
|
NO_VERSION_CHECK: "true"
|
||||||
COOKIE_PATH: "/data/.cookie"
|
COOKIE_PATH: "/data/.cookie"
|
||||||
SSO_SERVER_URL: "lnd_bitcoin:10009"
|
SSO_SERVER_URL: "lnd_bitcoin:10009"
|
||||||
SSO_MACAROON_PATH: "/etc/lnd"
|
SSO_MACAROON_PATH: "/etc/lnd"
|
||||||
SSO_CERT_PATH: "/etc/lnd/tls.cert"
|
SSO_CERT_PATH: "/etc/lnd/tls.cert"
|
||||||
NO_CLIENT_ACCOUNTS: "true"
|
NO_CLIENT_ACCOUNTS: "true"
|
||||||
LOG_LEVEL: debug
|
LOG_LEVEL: debug
|
||||||
LOGOUT_URL: "/server/services/thunderhub/BTC"
|
LOGOUT_URL: "/server/services/thunderhub/BTC"
|
||||||
volumes:
|
volumes:
|
||||||
- "lnd_bitcoin_datadir:/etc/lnd"
|
- "lnd_bitcoin_datadir:/etc/lnd"
|
||||||
- "lnd_bitcoin_thub_datadir:/data"
|
- "lnd_bitcoin_thub_datadir:/data"
|
||||||
expose:
|
expose:
|
||||||
- "3000"
|
- "3000"
|
||||||
command: ["npm", "run", "start:cookie", "--", "/data/.cookie"]
|
command: ["npm", "run", "start:cookie", "--", "/data/.cookie"]
|
||||||
links:
|
links:
|
||||||
- lnd_bitcoin
|
- lnd_bitcoin
|
||||||
volumes:
|
volumes:
|
||||||
lnd_bitcoin_thub_datadir:
|
lnd_bitcoin_thub_datadir:
|
||||||
required:
|
required:
|
||||||
- "bitcoin-lnd"
|
- "bitcoin-lnd"
|
||||||
|
|||||||
Reference in New Issue
Block a user