1
0

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

This commit is contained in:
Andrew Camilleri
2018-12-20 11:22:44 +01:00
11 changed files with 2 additions and 21 deletions

View File

@@ -156,7 +156,7 @@ Available `BTCPAYGEN_ADDITIONAL_FRAGMENTS` currently are:
* [opt-save-storage-xxs](docker-compose-generator/docker-fragments/opt-save-storage-xxs.yml) will keep around 2 weeks of blocks (prune BTC for 5 GB) (lightning not supported)
* [opt-lnd-autopilot](docker-compose-generator/docker-fragments/opt-lnd-autopilot.yml) will activate auto pilot on LND. (5 channels, 60% of allocation)
* [opt-save-memory](docker-compose-generator/docker-fragments/opt-save-memory.yml) will decrease the default dbcache at the expense of longer synchronization time (Useful if your machine is less than 2GB)
* [opt-add-btcqbo](docker-compose-generator/docker-fragments/opt-add-btcqbo.yml) will allow you to create an invoice on Quickbooks which include a way for your customer to pay on BTCPay Server (More information on this [github repository](https://github.com/JeffVandrewJr/btcqbo/), this plugin is maintained by [JeffVandrewJr](https://github.com/JeffVandrewJr))
* [opt-add-btcqbo](docker-compose-generator/docker-fragments/opt-add-btcqbo.yml) will allow you to create an invoice on Quickbooks which include a way for your customer to pay on BTCPay Server (More information on this [github repository](https://github.com/JeffVandrewJr/btcqbo/), this plugin is maintained by [JeffVandrewJr](https://github.com/JeffVandrewJr), see more on [this video](https://www.youtube.com/watch?v=srgwL9ozg6c))
You can also create your own [custom fragments](#how-can-i-customize-the-generated-docker-compose-file).

View File

@@ -21,8 +21,6 @@ services:
NBXPLORER_CHAINS: "btg"
NBXPLORER_BTGRPCURL: http://bgoldd:43782/
NBXPLORER_BTGNODEENDPOINT: bgoldd:39388
links:
- bgoldd
volumes:
- "bgold_datadir:/root/.bitcoingold"
btcpayserver:

View File

@@ -22,8 +22,6 @@ services:
NBXPLORER_CHAINS: "btc"
NBXPLORER_BTCRPCURL: http://bitcoind:43782/
NBXPLORER_BTCNODEENDPOINT: bitcoind:39388
links:
- bitcoind
volumes:
- "bitcoin_datadir:/root/.bitcoin"
btcpayserver:

View File

@@ -4,7 +4,7 @@ services:
btcpayserver:
restart: unless-stopped
image: ${BTCPAY_IMAGE:-btcpayserver/btcpayserver:1.0.3.31}
image: ${BTCPAY_IMAGE:-btcpayserver/btcpayserver:1.0.3.32}
expose:
- "49392"
environment:
@@ -18,7 +18,6 @@ services:
BTCPAY_SSHKEYFILE: ${BTCPAY_SSHKEYFILE}
BTCPAY_DEBUGLOG: btcpay.log
links:
- nbxplorer
- postgres
volumes:
- "btcpay_datadir:/datadir"

View File

@@ -21,8 +21,6 @@ services:
NBXPLORER_CHAINS: "dash"
NBXPLORER_DASHRPCURL: http://dashd:9998/
NBXPLORER_DASHNODEENDPOINT: dashd:9999
links:
- dashd
volumes:
- "dash_datadir:/root/.dashcore"
btcpayserver:

View File

@@ -31,8 +31,6 @@ services:
NBXPLORER_DOGENODEENDPOINT: dogecoind:22556
NBXPLORER_DOGERPCUSER: ceiwHEbqWI83
NBXPLORER_DOGERPCPASSWORD: DwubwWsoo3
links:
- dogecoind
volumes:
- "dogecoin_datadir:/root/.dogecoin"
btcpayserver:

View File

@@ -21,8 +21,6 @@ services:
NBXPLORER_CHAINS: "ftc"
NBXPLORER_FTCRPCURL: http://feathercoind:43782/
NBXPLORER_FTCNODEENDPOINT: feathercoind:39388
links:
- feathercoind
volumes:
- "feathercoin_datadir:/root/.feathercoin"
btcpayserver:

View File

@@ -21,8 +21,6 @@ services:
NBXPLORER_CHAINS: "grs"
NBXPLORER_GRSRPCURL: http://groestlcoind:43782/
NBXPLORER_GRSNODEENDPOINT: groestlcoind:39388
links:
- groestlcoind
volumes:
- "groestlcoin_datadir:/root/.groestlcoin"
btcpayserver:

View File

@@ -21,8 +21,6 @@ services:
NBXPLORER_CHAINS: "ltc"
NBXPLORER_LTCRPCURL: http://litecoind:43782/
NBXPLORER_LTCNODEENDPOINT: litecoind:39388
links:
- litecoind
volumes:
- "litecoin_datadir:/root/.litecoin"
btcpayserver:

View File

@@ -21,8 +21,6 @@ services:
NBXPLORER_CHAINS: "mona"
NBXPLORER_MONARPCURL: http://monacoind:43782/
NBXPLORER_MONANODEENDPOINT: monacoind:39388
links:
- monacoind
volumes:
- "monacoin_datadir:/root/.monacoin"
btcpayserver:

View File

@@ -21,8 +21,6 @@ services:
NBXPLORER_CHAINS: "via"
NBXPLORER_VIARPCURL: http://viacoind:43782/
NBXPLORER_VIANODEENDPOINT: viacoind:39388
links:
- viacoind
volumes:
- "viacoin_datadir:/root/.viacoin"
btcpayserver: