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:
Lakshya Singh 2024-09-17 22:50:02 +05:30
parent 1df2be3fa5
commit 0d8946cb7f
No known key found for this signature in database
GPG Key ID: 6491470634BAE613

View File

@ -52,6 +52,8 @@ services:
condition: service_healthy
txoo-server:
condition: service_started
txoo:
condition: service_healthy
environment:
- BITCOIND_RPC_URL=http://rpcuser:VLSsigner1@bitcoind:18332
- TXOO_SOURCE_URL=http://txoo-server:80
@ -148,6 +150,8 @@ services:
lss:
condition: service_started
required: false
txoo:
condition: service_healthy
environment:
- LSS_REMOTE_URL
- VLS_NETWORK=testnet