allow to specify generator image when building
This commit is contained in:
@@ -87,6 +87,9 @@ if [ ! -z $BTCPAY_DOCKER_COMPOSE ] && [ ! -z $DOWNLOAD_ROOT ] && [ -z $BTCPAYGEN
|
||||
|
||||
if [[ $(dirname $BTCPAY_DOCKER_COMPOSE) == *Production ]]; then
|
||||
BTCPAYGEN_REVERSEPROXY='nginx'
|
||||
fi
|
||||
if [[ $(dirname $BTCPAY_DOCKER_COMPOSE) == *Production-Traefik ]]; then
|
||||
BTCPAYGEN_REVERSEPROXY='traefik'
|
||||
fi
|
||||
if [[ $(dirname $BTCPAY_DOCKER_COMPOSE) == *Production-NoReverseProxy ]]; then
|
||||
BTCPAYGEN_REVERSEPROXY='none'
|
||||
|
||||
Reference in New Issue
Block a user