compose: change network name
- not releasing binaries Signed-off-by: Lakshya Singh <lakshay.singh1108@gmail.com>
This commit is contained in:
parent
014042f409
commit
7e5d66f55d
@ -3,14 +3,14 @@ services:
|
||||
bitcoin-core:
|
||||
build:
|
||||
context: ./bitcoind
|
||||
image: bitcoind
|
||||
image: bitcoind:${IMAGE_TAG:-latest}
|
||||
container_name: bitcoind-test
|
||||
volumes:
|
||||
- bitcoin_data:/home/bitcoin/.bitcoin
|
||||
expose:
|
||||
- 18332
|
||||
networks:
|
||||
LN_testing:
|
||||
lightning:
|
||||
aliases:
|
||||
- bitcoind
|
||||
environment:
|
||||
@ -19,7 +19,7 @@ services:
|
||||
core-lightning:
|
||||
build:
|
||||
context: ./lightningd
|
||||
image: lightningd
|
||||
image: lightningd:${IMAGE_TAG:-latest}
|
||||
container_name: lightningd-test
|
||||
command:
|
||||
- --conf=/home/lightning/.lightning/testnet-config
|
||||
@ -30,7 +30,7 @@ services:
|
||||
- 19735
|
||||
- 7701
|
||||
networks:
|
||||
- LN_testing
|
||||
- lightning
|
||||
depends_on:
|
||||
bitcoin-core:
|
||||
condition: service_healthy
|
||||
@ -44,13 +44,13 @@ services:
|
||||
txoo:
|
||||
build:
|
||||
context: ./txood
|
||||
image: txood
|
||||
image: txood:${IMAGE_TAG:-latest}
|
||||
container_name: txood-test
|
||||
restart: unless-stopped
|
||||
command:
|
||||
- -r http://rpcuser:VLSsigner1@bitcoind:18332
|
||||
networks:
|
||||
- LN_testing
|
||||
- lightning
|
||||
volumes:
|
||||
- txoo_data:/root/.txoo/
|
||||
- bitcoin_data:/root/.bitcoin/
|
||||
@ -63,7 +63,7 @@ services:
|
||||
vls:
|
||||
build:
|
||||
context: ./vlsd
|
||||
image: vlsd
|
||||
image: vlsd:${IMAGE_TAG:-latest}
|
||||
container_name: vlsd-test
|
||||
profiles:
|
||||
- vls
|
||||
@ -71,7 +71,7 @@ services:
|
||||
- --log-level=info
|
||||
- --connect=http://core-lightning:7701
|
||||
networks:
|
||||
- LN_testing
|
||||
- lightning
|
||||
volumes:
|
||||
- vls_data:/home/vls/.lightning-signer
|
||||
environment:
|
||||
@ -95,4 +95,4 @@ volumes:
|
||||
external: true
|
||||
|
||||
networks:
|
||||
LN_testing:
|
||||
lightning:
|
||||
|
Loading…
x
Reference in New Issue
Block a user