mirror of
https://github.com/aljazceru/btcpayserver-docker.git
synced 2025-12-18 18:54:20 +01:00
Add docker fragment for opt-txindex to enable txindex=1 (#178)
* Add docker fragment for opt-txindex to enable txindex=1 * Document opt-txindex in README * Throw error if both opt-txindex and opt-save-storage-* are enabled
This commit is contained in:
32
docker-compose-generator/docker-fragments/opt-txindex.yml
Normal file
32
docker-compose-generator/docker-fragments/opt-txindex.yml
Normal file
@@ -0,0 +1,32 @@
|
||||
version: "3"
|
||||
# must not use opt-save-storage
|
||||
|
||||
services:
|
||||
bitcoind:
|
||||
environment:
|
||||
BITCOIN_EXTRA_ARGS: |
|
||||
txindex=1
|
||||
bgoldd:
|
||||
environment:
|
||||
BITCOIN_EXTRA_ARGS: |
|
||||
txindex=1
|
||||
feathercoind:
|
||||
environment:
|
||||
BITCOIN_EXTRA_ARGS: |
|
||||
txindex=1
|
||||
groestlcoind:
|
||||
environment:
|
||||
BITCOIN_EXTRA_ARGS: |
|
||||
txindex=1
|
||||
litecoind:
|
||||
environment:
|
||||
BITCOIN_EXTRA_ARGS: |
|
||||
txindex=1
|
||||
viacoind:
|
||||
environment:
|
||||
BITCOIN_EXTRA_ARGS: |
|
||||
txindex=1
|
||||
monacoind:
|
||||
environment:
|
||||
BITCOIN_EXTRA_ARGS: |
|
||||
txindex=1
|
||||
Reference in New Issue
Block a user