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
|
||||
whitelist=0.0.0.0/0
|
||||
validatepegin=0
|
||||
prune=5000
|
||||
expose:
|
||||
- "43782"
|
||||
- "39388"
|
||||
|
@ -30,8 +30,5 @@ services:
|
||||
monacoind:
|
||||
environment:
|
||||
BITCOIN_EXTRA_ARGS: prune=50000
|
||||
elementsd_liquid:
|
||||
environment:
|
||||
BITCOIN_EXTRA_ARGS: prune=50000
|
||||
exclusive:
|
||||
- pruning
|
@ -30,8 +30,5 @@ services:
|
||||
monacoind:
|
||||
environment:
|
||||
BITCOIN_EXTRA_ARGS: prune=25000
|
||||
elementsd_liquid:
|
||||
environment:
|
||||
BITCOIN_EXTRA_ARGS: prune=25000
|
||||
exclusive:
|
||||
- pruning
|
@ -30,8 +30,5 @@ services:
|
||||
monacoind:
|
||||
environment:
|
||||
BITCOIN_EXTRA_ARGS: prune=5000
|
||||
elementsd_liquid:
|
||||
environment:
|
||||
BITCOIN_EXTRA_ARGS: prune=5000
|
||||
exclusive:
|
||||
- pruning
|
@ -30,8 +30,5 @@ services:
|
||||
monacoind:
|
||||
environment:
|
||||
BITCOIN_EXTRA_ARGS: prune=100000
|
||||
elementsd_liquid:
|
||||
environment:
|
||||
BITCOIN_EXTRA_ARGS: prune=100000
|
||||
exclusive:
|
||||
- pruning
|
Loading…
Reference in New Issue
Block a user