btcpayserver-docker/docker-compose-generator/docker-fragments/opt-save-storage-xs.yml
Andrew Camilleri b5bf43bb0f Add LBTC and USDT support; (#240)
* Add LBTC and USDT support;

Requires:
https://github.com/btcpayserver/btcpayserver/pull/1118
https://github.com/dgarage/NBXplorer/pull/198
https://github.com/btcpayserver/dockerfile-deps/pull/10

* add elementsd cli scripts

* simplify liquid integration

btcpay liquid PR adds all sub assets in one go so in docker specifying LBTC is enough

* bump images

* rename properly

* fix rpc

* add pruning for liquid node

* bump nbx

* add liquid more-memory
2020-01-14 22:57:07 +09:00

37 lines
935 B
YAML

version: "3"
# If you don't use Lightning Network, use opt-save-store-xxs instead
# This save about 3 months of block, your lightning node won't be able to see channel created 3 months since the time you start it.
services:
bitcoind:
environment:
BITCOIN_EXTRA_ARGS: prune=25000
bitcored:
environment:
BITCOIN_EXTRA_ARGS: prune=25000
bgoldd:
environment:
BITCOIN_EXTRA_ARGS: prune=25000
feathercoind:
environment:
BITCOIN_EXTRA_ARGS: prune=25000
groestlcoind:
environment:
BITCOIN_EXTRA_ARGS: prune=25000
litecoind:
environment:
BITCOIN_EXTRA_ARGS: prune=25000
viacoind:
environment:
BITCOIN_EXTRA_ARGS: prune=25000
dogecoind:
environment:
DOGECOIN_EXTRA_ARGS: prune=25000
monacoind:
environment:
BITCOIN_EXTRA_ARGS: prune=25000
elementsd_liquid:
environment:
BITCOIN_EXTRA_ARGS: prune=25000
exclusive:
- pruning