Add requires, exclusive and recommended fragments interpreted by the builder
This commit is contained in:
@@ -4,3 +4,6 @@ services:
|
||||
btcpayserver:
|
||||
ports:
|
||||
- "80:49392"
|
||||
|
||||
exclusive:
|
||||
- proxy
|
||||
@@ -26,4 +26,11 @@ services:
|
||||
- "$<BTCPAY_HOST_SSHAUTHORIZEDKEYS>?:${BTCPAY_SSHAUTHORIZEDKEYS}"
|
||||
|
||||
volumes:
|
||||
btcpay_datadir:
|
||||
btcpay_datadir:
|
||||
|
||||
required:
|
||||
- "postgres"
|
||||
- "nbxplorer"
|
||||
- "btcpayserver"
|
||||
recommended:
|
||||
- "opt-add-tor"
|
||||
@@ -34,4 +34,11 @@ volumes:
|
||||
nginx_conf:
|
||||
nginx_vhost:
|
||||
nginx_html:
|
||||
nginx_certs:
|
||||
nginx_certs:
|
||||
|
||||
exclusive:
|
||||
- proxy
|
||||
required:
|
||||
- "btcpayserver-nginx"
|
||||
recommended:
|
||||
- "nginx-https"
|
||||
@@ -30,3 +30,5 @@ services:
|
||||
environment:
|
||||
BITCOIN_EXTRA_ARGS: |
|
||||
dbcache=1024
|
||||
exclusive:
|
||||
- pruning
|
||||
@@ -37,3 +37,5 @@ services:
|
||||
BITCOIN_EXTRA_ARGS: |
|
||||
dbcache=50
|
||||
maxmempool=50
|
||||
exclusive:
|
||||
- pruning
|
||||
|
||||
@@ -30,3 +30,5 @@ services:
|
||||
monacoind:
|
||||
environment:
|
||||
BITCOIN_EXTRA_ARGS: prune=50000
|
||||
exclusive:
|
||||
- pruning
|
||||
@@ -30,3 +30,5 @@ services:
|
||||
monacoind:
|
||||
environment:
|
||||
BITCOIN_EXTRA_ARGS: prune=25000
|
||||
exclusive:
|
||||
- pruning
|
||||
@@ -30,3 +30,5 @@ services:
|
||||
monacoind:
|
||||
environment:
|
||||
BITCOIN_EXTRA_ARGS: prune=5000
|
||||
exclusive:
|
||||
- pruning
|
||||
@@ -30,3 +30,5 @@ services:
|
||||
monacoind:
|
||||
environment:
|
||||
BITCOIN_EXTRA_ARGS: prune=100000
|
||||
exclusive:
|
||||
- pruning
|
||||
@@ -30,3 +30,5 @@ services:
|
||||
environment:
|
||||
BITCOIN_EXTRA_ARGS: |
|
||||
txindex=1
|
||||
exclusive:
|
||||
- pruning
|
||||
@@ -19,4 +19,9 @@ services:
|
||||
- btcpayserver
|
||||
|
||||
volumes:
|
||||
traefik_logs:
|
||||
traefik_logs:
|
||||
|
||||
exclusive:
|
||||
- proxy
|
||||
required:
|
||||
- "traefik"
|
||||
Reference in New Issue
Block a user