txoo: entrypoint update use BITCOIN_RPC_URL
- common env var Signed-off-by: Lakshya Singh <lakshay.singh1108@gmail.com>
This commit is contained in:
@@ -47,8 +47,6 @@ services:
|
||||
image: txood:${IMAGE_TAG:-latest}
|
||||
container_name: txood-test
|
||||
restart: unless-stopped
|
||||
command:
|
||||
- -r http://rpcuser:VLSsigner1@bitcoind:18332
|
||||
networks:
|
||||
- lightning
|
||||
volumes:
|
||||
@@ -59,6 +57,7 @@ services:
|
||||
condition: service_healthy
|
||||
environment:
|
||||
- BITCOIN_NETWORK=testnet
|
||||
- BITCOIND_RPC_URL=http://rpcuser:VLSsigner1@bitcoind:18332
|
||||
|
||||
vls:
|
||||
build:
|
||||
|
||||
Reference in New Issue
Block a user