Only use full pruning for elements

This commit is contained in:
nicolas.dorier 2020-01-16 14:28:22 +09:00
parent fc34608f4c
commit 8c80fbcee9
No known key found for this signature in database
GPG Key ID: 6618763EF09186FE
5 changed files with 1 additions and 12 deletions

View File

@ -16,6 +16,7 @@ services:
port=39388
whitelist=0.0.0.0/0
validatepegin=0
prune=5000
expose:
- "43782"
- "39388"

View File

@ -28,9 +28,6 @@ services:
environment:
DOGECOIN_EXTRA_ARGS: prune=50000
monacoind:
environment:
BITCOIN_EXTRA_ARGS: prune=50000
elementsd_liquid:
environment:
BITCOIN_EXTRA_ARGS: prune=50000
exclusive:

View File

@ -30,8 +30,5 @@ services:
monacoind:
environment:
BITCOIN_EXTRA_ARGS: prune=25000
elementsd_liquid:
environment:
BITCOIN_EXTRA_ARGS: prune=25000
exclusive:
- pruning

View File

@ -30,8 +30,5 @@ services:
monacoind:
environment:
BITCOIN_EXTRA_ARGS: prune=5000
elementsd_liquid:
environment:
BITCOIN_EXTRA_ARGS: prune=5000
exclusive:
- pruning

View File

@ -30,8 +30,5 @@ services:
monacoind:
environment:
BITCOIN_EXTRA_ARGS: prune=100000
elementsd_liquid:
environment:
BITCOIN_EXTRA_ARGS: prune=100000
exclusive:
- pruning