compose: add healthy constraint for txoo
txoo needs to have all attestations before node starts otherwise it will fail to provide them to signer and fail Signed-off-by: Lakshya Singh <lakshay.singh1108@gmail.com>
This commit is contained in:
parent
1df2be3fa5
commit
0d8946cb7f
@ -52,6 +52,8 @@ services:
|
|||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
txoo-server:
|
txoo-server:
|
||||||
condition: service_started
|
condition: service_started
|
||||||
|
txoo:
|
||||||
|
condition: service_healthy
|
||||||
environment:
|
environment:
|
||||||
- BITCOIND_RPC_URL=http://rpcuser:VLSsigner1@bitcoind:18332
|
- BITCOIND_RPC_URL=http://rpcuser:VLSsigner1@bitcoind:18332
|
||||||
- TXOO_SOURCE_URL=http://txoo-server:80
|
- TXOO_SOURCE_URL=http://txoo-server:80
|
||||||
@ -148,6 +150,8 @@ services:
|
|||||||
lss:
|
lss:
|
||||||
condition: service_started
|
condition: service_started
|
||||||
required: false
|
required: false
|
||||||
|
txoo:
|
||||||
|
condition: service_healthy
|
||||||
environment:
|
environment:
|
||||||
- LSS_REMOTE_URL
|
- LSS_REMOTE_URL
|
||||||
- VLS_NETWORK=testnet
|
- VLS_NETWORK=testnet
|
||||||
|
Loading…
x
Reference in New Issue
Block a user