Add BTCPAY_UPDATE_CLEAN environment option
This commit provides a less-intrusive pruning of all images after running an update. Ideally, there would be a better prune filter but that appears to require more granular tracking of images; including btcpayserver/docker-compose-generator (which only pulls from latest). This option should suffice for the time being.
This commit is contained in:
@@ -106,6 +106,7 @@ REVERSEPROXY_HTTPS_PORT=$REVERSEPROXY_HTTPS_PORT
|
||||
REVERSEPROXY_DEFAULT_HOST=$REVERSEPROXY_DEFAULT_HOST
|
||||
NOREVERSEPROXY_HTTP_PORT=$NOREVERSEPROXY_HTTP_PORT
|
||||
BTCPAY_IMAGE=$BTCPAY_IMAGE
|
||||
BTCPAY_UPDATE_CLEAN=$BTCPAY_UPDATE_CLEAN
|
||||
ACME_CA_URI=$ACME_CA_URI
|
||||
NBITCOIN_NETWORK=$NBITCOIN_NETWORK
|
||||
LETSENCRYPT_EMAIL=$LETSENCRYPT_EMAIL
|
||||
|
||||
Reference in New Issue
Block a user