Merge remote-tracking branch 'origin/master' into grs-clightning

This commit is contained in:
Kukks
2018-12-19 10:45:07 +01:00
6 changed files with 20 additions and 20 deletions

View File

@@ -28,7 +28,7 @@ services:
- nbxplorer - nbxplorer
- bitcoind - bitcoind
clightning_bitcoin_spark: clightning_bitcoin_spark:
image: shesek/spark-wallet:0.2.0-WIP image: shesek/spark-wallet:0.2.1-standalone
stop_signal: SIGKILL stop_signal: SIGKILL
restart: unless-stopped restart: unless-stopped
environment: environment:
@@ -44,7 +44,7 @@ services:
btcpayserver: btcpayserver:
environment: environment:
BTCPAY_BTCLIGHTNING: "type=clightning;server=unix://etc/clightning_bitcoin/lightning-rpc" BTCPAY_BTCLIGHTNING: "type=clightning;server=unix://etc/clightning_bitcoin/lightning-rpc"
BTCPAY_BTCEXTERNALSPARK: "server=${BTCPAY_PROTOCOL:-https}://${BTCPAY_HOST}${BTCPAY_ROOTPATH:-/}spark/btc;cookiefile=/etc/clightning_bitcoin_spark/.cookie" BTCPAY_BTCEXTERNALSPARK: "server=${BTCPAY_PROTOCOL:-https}://${BTCPAY_HOST}${BTCPAY_ROOTPATH:-/}spark/btc/;cookiefile=/etc/clightning_bitcoin_spark/.cookie"
volumes: volumes:
- "clightning_bitcoin_datadir:/etc/clightning_bitcoin" - "clightning_bitcoin_datadir:/etc/clightning_bitcoin"
- "clightning_bitcoin_spark:/etc/clightning_bitcoin_spark" - "clightning_bitcoin_spark:/etc/clightning_bitcoin_spark"

View File

@@ -41,7 +41,7 @@ services:
environment: environment:
BTCPAY_BTCLIGHTNING: "type=lnd-rest;server=http://lnd_bitcoin:8080/;macaroonfilepath=/etc/lnd_bitcoin/admin.macaroon;allowinsecure=true" BTCPAY_BTCLIGHTNING: "type=lnd-rest;server=http://lnd_bitcoin:8080/;macaroonfilepath=/etc/lnd_bitcoin/admin.macaroon;allowinsecure=true"
BTCPAY_BTCEXTERNALLNDGRPC: "type=lnd-grpc;server=${BTCPAY_PROTOCOL:-https}://${BTCPAY_HOST}/;macaroonfilepath=/etc/lnd_bitcoin/admin.macaroon" BTCPAY_BTCEXTERNALLNDGRPC: "type=lnd-grpc;server=${BTCPAY_PROTOCOL:-https}://${BTCPAY_HOST}/;macaroonfilepath=/etc/lnd_bitcoin/admin.macaroon"
BTCPAY_BTCEXTERNALLNDREST: "type=lnd-rest;server=${BTCPAY_PROTOCOL:-https}://${BTCPAY_HOST}/lnd-rest/btc/;macaroonfilepath=/etc/lnd_bitcoin/admin.macaroon;restrictedmacaroonfilepath=/etc/lnd_bitcoin/invoice.macaroon" BTCPAY_BTCEXTERNALLNDREST: "type=lnd-rest;server=${BTCPAY_PROTOCOL:-https}://${BTCPAY_HOST}/lnd-rest/btc/;macaroonfilepath=/etc/lnd_bitcoin/admin.macaroon"
volumes: volumes:
- "lnd_bitcoin_datadir:/etc/lnd_bitcoin" - "lnd_bitcoin_datadir:/etc/lnd_bitcoin"
links: links:

View File

@@ -4,7 +4,7 @@ services:
btcpayserver: btcpayserver:
restart: unless-stopped restart: unless-stopped
image: ${BTCPAY_IMAGE:-btcpayserver/btcpayserver:1.0.3.30} image: ${BTCPAY_IMAGE:-btcpayserver/btcpayserver:1.0.3.31}
expose: expose:
- "49392" - "49392"
environment: environment:

View File

@@ -36,7 +36,7 @@ services:
btcpayserver: btcpayserver:
environment: environment:
BTCPAY_LTCLIGHTNING: "type=lnd-rest;server=http://lnd_litecoin:8080/;macaroonfilepath=/etc/lnd_litecoin/admin.macaroon;restrictedmacaroonfilepath=/etc/lnd_litecoin/invoice.macaroon;allowinsecure=true" BTCPAY_LTCLIGHTNING: "type=lnd-rest;server=http://lnd_litecoin:8080/;macaroonfilepath=/etc/lnd_litecoin/admin.macaroon;allowinsecure=true"
volumes: volumes:
- "lnd_litecoin_datadir:/etc/lnd_litecoin" - "lnd_litecoin_datadir:/etc/lnd_litecoin"
links: links:

View File

@@ -4,7 +4,7 @@ services:
nbxplorer: nbxplorer:
restart: unless-stopped restart: unless-stopped
image: nicolasdorier/nbxplorer:2.0.0.2 image: nicolasdorier/nbxplorer:2.0.0.7
expose: expose:
- "32838" - "32838"
environment: environment:

View File

@@ -5,35 +5,35 @@ services:
bitcoind: bitcoind:
environment: environment:
BITCOIN_EXTRA_ARGS: | BITCOIN_EXTRA_ARGS: |
dbcache=150 dbcache=50
maxmempool=100 maxmempool=50
bgoldd: bgoldd:
environment: environment:
BITCOIN_EXTRA_ARGS: | BITCOIN_EXTRA_ARGS: |
dbcache=150 dbcache=50
maxmempool=100 maxmempool=50
feathercoind: feathercoind:
environment: environment:
BITCOIN_EXTRA_ARGS: | BITCOIN_EXTRA_ARGS: |
dbcache=150 dbcache=50
maxmempool=100 maxmempool=50
groestlcoind: groestlcoind:
environment: environment:
BITCOIN_EXTRA_ARGS: | BITCOIN_EXTRA_ARGS: |
dbcache=150 dbcache=50
maxmempool=100 maxmempool=50
litecoind: litecoind:
environment: environment:
BITCOIN_EXTRA_ARGS: | BITCOIN_EXTRA_ARGS: |
dbcache=150 dbcache=50
maxmempool=100 maxmempool=50
viacoind: viacoind:
environment: environment:
BITCOIN_EXTRA_ARGS: | BITCOIN_EXTRA_ARGS: |
dbcache=150 dbcache=50
maxmempool=100 maxmempool=50
monacoind: monacoind:
environment: environment:
BITCOIN_EXTRA_ARGS: | BITCOIN_EXTRA_ARGS: |
dbcache=150 dbcache=50
maxmempool=100 maxmempool=50