1
0

chore: update opt file (#318)

* chore: update opt file

* chore: update image version
This commit is contained in:
Anthony Potdevin
2020-06-12 07:29:44 +02:00
committed by GitHub
parent 025794e691
commit af1250de34
4 changed files with 24 additions and 9 deletions

View File

@@ -26,6 +26,7 @@ services:
invoicemacaroonpath=/data/invoice.macaroon
readonlymacaroonpath=/data/readonly.macaroon
notls=1
tlsextradomain=lnd_bitcoin
ports:
- "9735:9735"
expose:

View File

@@ -2,14 +2,28 @@ version: "3"
services:
btcpayserver:
environment:
BTCPAY_EXTERNALSERVICES: "ThunderHub:thub;"
BTCPAY_BTCEXTERNALTHUNDERHUB: "server=/thub/;cookiefile=/etc/lnd_bitcoin_thub_datadir/.cookie"
volumes:
- "lnd_bitcoin_thub_datadir:/etc/lnd_bitcoin_thub_datadir"
bitcoin_thub:
image: apotdevin/thunderhub:v0.7.8
image: apotdevin/thunderhub:v0.7.9
restart: unless-stopped
environment:
BASE_PATH: "/thub"
HODL_KEY: "XQ86AOqw7Of8qMDql901mcZkuHL2nRel5FA9H2Ie4rTLeBKn0VlO5GuXvdVRogWrDOuH5V0E51Qxy9Bo"
COOKIE_PATH: "/data/.cookie"
SSO_SERVER_URL: "lnd_bitcoin:10009"
SSO_MACAROON_PATH: "/etc/lnd"
SSO_CERT_PATH: "/etc/lnd/tls.cert"
NO_CLIENT_ACCOUNTS: "true"
LOG_LEVEL: debug
volumes:
- "lnd_bitcoin_datadir:/etc/lnd"
- "lnd_bitcoin_thub_datadir:/data"
expose:
- "3000"
command: ["npm", "run", "start:cookie", "--", "/data/.cookie"]
volumes:
lnd_bitcoin_thub_datadir:
required:
- "bitcoin-lnd"