btcpayserver-docker/docker-compose-generator/docker-fragments/opt-more-memory.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

38 lines
765 B
YAML

version: "3"
# If your machine has moar than 1GB of memory dedicated for bitcoind, use this
services:
bitcoind:
environment:
BITCOIN_EXTRA_ARGS: |
dbcache=1024
bgoldd:
environment:
BITCOIN_EXTRA_ARGS: |
dbcache=1024
feathercoind:
environment:
BITCOIN_EXTRA_ARGS: |
dbcache=1024
groestlcoind:
environment:
BITCOIN_EXTRA_ARGS: |
dbcache=1024
litecoind:
environment:
BITCOIN_EXTRA_ARGS: |
dbcache=1024
viacoind:
environment:
BITCOIN_EXTRA_ARGS: |
dbcache=1024
monacoind:
environment:
BITCOIN_EXTRA_ARGS: |
dbcache=1024
elementsd_liquid:
environment:
ELEMENTS_EXTRA_ARGS: |
dbcache=1024
exclusive:
- memory