1
0

Yamllint'ed all files and made them compliant. (#379)

Co-authored-by: max <max@RedRapier.local>
This commit is contained in:
Maxime Rousseau
2020-10-06 01:17:43 -04:00
committed by GitHub
parent f48fb291c1
commit ea9abe6301
47 changed files with 368 additions and 369 deletions

View File

@@ -2,37 +2,37 @@ version: "3"
services:
elementsd_liquid:
restart: unless-stopped
container_name: btcpayserver_elementsd_liquid
image: btcpayserver/elements:0.18.1.7
environment:
ELEMENTS_NETWORK: ${NBITCOIN_NETWORK:-regtest}
ELEMENTS_MAINNET_CHAIN: "liquidv1"
ELEMENTS_WALLETDIR: "/walletdata"
ELEMENTS_EXTRA_ARGS: |
rpcport=43782
rpcbind=0.0.0.0:43782
rpcauth=liquid:c8bf1a8961d97f224cb21224aaa8235d$$402f4a8907683d057b8c58a42940b6e54d1638322a42986ae28ebb844e603ae6
port=39388
whitelist=0.0.0.0/0
validatepegin=0
prune=5000
fallbackfee=0.000001
expose:
- "43782"
- "39388"
volumes:
- "elements_datadir:/data"
- "elements_wallet_datadir:/walletdata"
restart: unless-stopped
container_name: btcpayserver_elementsd_liquid
image: btcpayserver/elements:0.18.1.7
environment:
ELEMENTS_NETWORK: ${NBITCOIN_NETWORK:-regtest}
ELEMENTS_MAINNET_CHAIN: "liquidv1"
ELEMENTS_WALLETDIR: "/walletdata"
ELEMENTS_EXTRA_ARGS: |
rpcport=43782
rpcbind=0.0.0.0:43782
rpcauth=liquid:c8bf1a8961d97f224cb21224aaa8235d$$402f4a8907683d057b8c58a42940b6e54d1638322a42986ae28ebb844e603ae6
port=39388
whitelist=0.0.0.0/0
validatepegin=0
prune=5000
fallbackfee=0.000001
expose:
- "43782"
- "39388"
volumes:
- "elements_datadir:/data"
- "elements_wallet_datadir:/walletdata"
nbxplorer:
environment:
NBXPLORER_CHAINS: "lbtc"
NBXPLORER_LBTCRPCURL: http://elementsd_liquid:43782/
NBXPLORER_LBTCNODEENDPOINT: elementsd_liquid:39388
NBXPLORER_LBTCRPCUSER: "liquid"
NBXPLORER_LBTCRPCPASSWORD: "liquid"
volumes:
- "elements_datadir:/root/.elements"
environment:
NBXPLORER_CHAINS: "lbtc"
NBXPLORER_LBTCRPCURL: http://elementsd_liquid:43782/
NBXPLORER_LBTCNODEENDPOINT: elementsd_liquid:39388
NBXPLORER_LBTCRPCUSER: "liquid"
NBXPLORER_LBTCRPCPASSWORD: "liquid"
volumes:
- "elements_datadir:/root/.elements"
btcpayserver:
environment:
BTCPAY_CHAINS: "lbtc"