Within the EXR ENV, use this general form:
plugin-adapter:
image: blocknetdx/plugin-adapterrestart: unless-stopped# ports:# - "5000:5000"environment:
UTXO_PLUGIN_LIST: 'BLOCK:172.31.8.23,SYS:172.31.10.15'stop_signal: SIGINTstop_grace_period: 5mdepends_on:
- utxo-plugin-BLOCK
- utxo-plugin-SYSlogging:
driver: "json-file"options:
max-size: "2m"max-file: "10"networks:
backend:
ipv4_address: 172.31.10.28The UTXO_PLUGIN_LIST env var contains a list of all the coins for which utxo-plugin service is to be supported, and the backend network IP address of each of the corresponding utxo-plugin containers.