mirror of
https://github.com/Retropex/btcpayserver-docker.git
synced 2025-05-12 21:10:42 +02:00
38 lines
679 B
YAML
38 lines
679 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
|
|
nbxplorer:
|
|
environment:
|
|
NBXPLORER_BTCHASTXINDEX: 1
|
|
incompatible:
|
|
- pruning
|