regtest volumes and expose vls port
This commit is contained in:
@@ -2,6 +2,8 @@ version: "3.8"
|
||||
services:
|
||||
bitcoin-core:
|
||||
container_name: bitcoind-regtest
|
||||
volumes:
|
||||
- bitcoin_regtest:/home/bitcoin/.bitcoin
|
||||
expose:
|
||||
- 38332
|
||||
ports:
|
||||
@@ -11,6 +13,8 @@ services:
|
||||
|
||||
core-lightning:
|
||||
container_name: lightningd-regtest
|
||||
volumes:
|
||||
- lightning_regtest:/home/lightning/.lightning
|
||||
command:
|
||||
- --conf=/home/lightning/.lightning/regtest-config
|
||||
- --bitcoin-rpcconnect=bitcoind
|
||||
@@ -18,12 +22,16 @@ services:
|
||||
- 19846
|
||||
ports:
|
||||
- 19846:19846
|
||||
- 37701:7701
|
||||
environment:
|
||||
- VLS_NETWORK=regtest
|
||||
- BITCOIND_RPC_URL=http://rpcuser:VLSsigner1@bitcoind:38332
|
||||
|
||||
txoo:
|
||||
container_name: txoo-regtest
|
||||
volumes:
|
||||
- txoo_regtest:/root/.txoo/
|
||||
- bitcoin_regtest:/root/.bitcoin/
|
||||
command:
|
||||
- -r http://rpcuser:VLSsigner1@bitcoind:38332
|
||||
environment:
|
||||
@@ -31,6 +39,14 @@ services:
|
||||
|
||||
vls:
|
||||
container_name: vlsd-regtest
|
||||
volumes:
|
||||
- vls_regtest:/home/vls/.lightning-signer
|
||||
environment:
|
||||
- VLS_NETWORK=regtest
|
||||
- BITCOIND_RPC_URL=http://rpcuser:VLSsigner1@bitcoind:38332
|
||||
|
||||
volumes:
|
||||
bitcoin_regtest:
|
||||
lightning_regtest:
|
||||
txoo_regtest:
|
||||
vls_regtest:
|
||||
|
||||
Reference in New Issue
Block a user