btcpayserver-docker/docker-compose-generator/docker-fragments/opt-txindex.yml
Maxime Rousseau ea9abe6301
Yamllint'ed all files and made them compliant. (#379)
Co-authored-by: max <max@RedRapier.local>
2020-10-06 14:17:43 +09:00

35 lines
616 B
YAML

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
incompatible:
- pruning