mirror of
https://github.com/Retropex/btcpayserver-docker.git
synced 2025-05-12 21:10:42 +02:00
Only use full pruning for elements
This commit is contained in:
parent
fc34608f4c
commit
8c80fbcee9
@ -16,6 +16,7 @@ services:
|
|||||||
port=39388
|
port=39388
|
||||||
whitelist=0.0.0.0/0
|
whitelist=0.0.0.0/0
|
||||||
validatepegin=0
|
validatepegin=0
|
||||||
|
prune=5000
|
||||||
expose:
|
expose:
|
||||||
- "43782"
|
- "43782"
|
||||||
- "39388"
|
- "39388"
|
||||||
|
@ -28,9 +28,6 @@ services:
|
|||||||
environment:
|
environment:
|
||||||
DOGECOIN_EXTRA_ARGS: prune=50000
|
DOGECOIN_EXTRA_ARGS: prune=50000
|
||||||
monacoind:
|
monacoind:
|
||||||
environment:
|
|
||||||
BITCOIN_EXTRA_ARGS: prune=50000
|
|
||||||
elementsd_liquid:
|
|
||||||
environment:
|
environment:
|
||||||
BITCOIN_EXTRA_ARGS: prune=50000
|
BITCOIN_EXTRA_ARGS: prune=50000
|
||||||
exclusive:
|
exclusive:
|
||||||
|
@ -30,8 +30,5 @@ services:
|
|||||||
monacoind:
|
monacoind:
|
||||||
environment:
|
environment:
|
||||||
BITCOIN_EXTRA_ARGS: prune=25000
|
BITCOIN_EXTRA_ARGS: prune=25000
|
||||||
elementsd_liquid:
|
|
||||||
environment:
|
|
||||||
BITCOIN_EXTRA_ARGS: prune=25000
|
|
||||||
exclusive:
|
exclusive:
|
||||||
- pruning
|
- pruning
|
@ -30,8 +30,5 @@ services:
|
|||||||
monacoind:
|
monacoind:
|
||||||
environment:
|
environment:
|
||||||
BITCOIN_EXTRA_ARGS: prune=5000
|
BITCOIN_EXTRA_ARGS: prune=5000
|
||||||
elementsd_liquid:
|
|
||||||
environment:
|
|
||||||
BITCOIN_EXTRA_ARGS: prune=5000
|
|
||||||
exclusive:
|
exclusive:
|
||||||
- pruning
|
- pruning
|
@ -30,8 +30,5 @@ services:
|
|||||||
monacoind:
|
monacoind:
|
||||||
environment:
|
environment:
|
||||||
BITCOIN_EXTRA_ARGS: prune=100000
|
BITCOIN_EXTRA_ARGS: prune=100000
|
||||||
elementsd_liquid:
|
|
||||||
environment:
|
|
||||||
BITCOIN_EXTRA_ARGS: prune=100000
|
|
||||||
exclusive:
|
exclusive:
|
||||||
- pruning
|
- pruning
|
Loading…
Reference in New Issue
Block a user