1
0

Add requires, exclusive and recommended fragments interpreted by the builder

This commit is contained in:
nicolas.dorier
2019-11-06 23:13:09 +09:00
parent 12a59afa07
commit 9d4bbcb0f3
18 changed files with 217 additions and 34 deletions

View File

@@ -4,3 +4,6 @@ services:
btcpayserver:
ports:
- "80:49392"
exclusive:
- proxy

View File

@@ -26,4 +26,11 @@ services:
- "$<BTCPAY_HOST_SSHAUTHORIZEDKEYS>?:${BTCPAY_SSHAUTHORIZEDKEYS}"
volumes:
btcpay_datadir:
btcpay_datadir:
required:
- "postgres"
- "nbxplorer"
- "btcpayserver"
recommended:
- "opt-add-tor"

View File

@@ -34,4 +34,11 @@ volumes:
nginx_conf:
nginx_vhost:
nginx_html:
nginx_certs:
nginx_certs:
exclusive:
- proxy
required:
- "btcpayserver-nginx"
recommended:
- "nginx-https"

View File

@@ -30,3 +30,5 @@ services:
environment:
BITCOIN_EXTRA_ARGS: |
dbcache=1024
exclusive:
- pruning

View File

@@ -37,3 +37,5 @@ services:
BITCOIN_EXTRA_ARGS: |
dbcache=50
maxmempool=50
exclusive:
- pruning

View File

@@ -30,3 +30,5 @@ services:
monacoind:
environment:
BITCOIN_EXTRA_ARGS: prune=50000
exclusive:
- pruning

View File

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

View File

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

View File

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

View File

@@ -30,3 +30,5 @@ services:
environment:
BITCOIN_EXTRA_ARGS: |
txindex=1
exclusive:
- pruning

View File

@@ -19,4 +19,9 @@ services:
- btcpayserver
volumes:
traefik_logs:
traefik_logs:
exclusive:
- proxy
required:
- "traefik"