bump mempool to v2.5.0 (#775)
* bump mempool to v2.5.0 * bump mempool to v2.5.0 * add mempool Lightning Explorer Support just for local testing so far. Hopefully thats how it can be done. * bump mariadb to 10.11 as there is no Dockerfile folder for just 10. * fix strange docker-compose boolean problem * rpc-file-mode=0666 for c-lightning socket beware that this change is a risk when run outside a container. * hopefully fix writable cache dir error * remove mempool_api_datadir cache folder * enable lightning for gui of mempool * fix typo * try readonly.macraoon instead of admin * correct REST API URL and port * fixed LND_REST Proto to http; increased LND_TIMEOUT because of errors on RPI
This commit is contained in:
@@ -17,6 +17,7 @@ services:
|
||||
bitcoin-rpcconnect=bitcoind
|
||||
experimental-offers
|
||||
database-upgrade=true
|
||||
rpc-file-mode=0666
|
||||
volumes:
|
||||
- "clightning_bitcoin_datadir:/root/.lightning"
|
||||
- "bitcoin_datadir:/etc/bitcoin"
|
||||
@@ -94,6 +95,18 @@ services:
|
||||
expose:
|
||||
- "3000"
|
||||
|
||||
mempool_api:
|
||||
environment:
|
||||
LIGHTNING_ENABLED: "true"
|
||||
LIGHTNING_BACKEND: "cln"
|
||||
CLIGHTNING_SOCKET: "/etc/lightning/lightning-rpc"
|
||||
volumes:
|
||||
- "clightning_bitcoin_datadir:/etc/lightning"
|
||||
|
||||
mempool_web:
|
||||
environment:
|
||||
LIGHTNING: "true"
|
||||
|
||||
btcpayserver:
|
||||
environment:
|
||||
BTCPAY_BTCLIGHTNING: "type=clightning;server=unix://etc/clightning_bitcoin/lightning-rpc"
|
||||
|
||||
Reference in New Issue
Block a user