indexer for bitcoin

This commit is contained in:
Para Dox
2025-05-22 14:53:28 +07:00
parent a600aabfab
commit ff729a2f44
2 changed files with 4 additions and 0 deletions

View File

@@ -132,6 +132,8 @@ services:
- ELECTRS_NETWORK=bitcoin - ELECTRS_NETWORK=bitcoin
- ELECTRS_RPC_PASS=password - ELECTRS_RPC_PASS=password
- ELECTRS_RPC_USER=username - ELECTRS_RPC_USER=username
networks:
- chains
volumes: volumes:
- ${BITCOIN_MAINNET_BITCOIND_FULL__ESPLORA_DATA:-bitcoin-mainnet-bitcoind-full_esplora}:/data - ${BITCOIN_MAINNET_BITCOIND_FULL__ESPLORA_DATA:-bitcoin-mainnet-bitcoind-full_esplora}:/data
logging: *logging-defaults logging: *logging-defaults

View File

@@ -133,6 +133,8 @@ services:
- ELECTRS_NETWORK=bitcoin-testnet - ELECTRS_NETWORK=bitcoin-testnet
- ELECTRS_RPC_PASS=password - ELECTRS_RPC_PASS=password
- ELECTRS_RPC_USER=username - ELECTRS_RPC_USER=username
networks:
- chains
volumes: volumes:
- ${BITCOIN_TESTNET_BITCOIND_FULL__ESPLORA_DATA:-bitcoin-testnet-bitcoind-full_esplora}:/data - ${BITCOIN_TESTNET_BITCOIND_FULL__ESPLORA_DATA:-bitcoin-testnet-bitcoind-full_esplora}:/data
logging: *logging-defaults logging: *logging-defaults