1
0

Bump BTCPay 2.0

This commit is contained in:
nicolas.dorier
2024-12-23 23:16:27 +09:00
parent 02edbeaf8e
commit bb69f874d8
5 changed files with 9 additions and 15 deletions

View File

@@ -4,7 +4,7 @@ services:
btcpayserver:
restart: unless-stopped
container_name: generated_btcpayserver_1
image: ${BTCPAY_IMAGE:-btcpayserver/btcpayserver:1.13.7$<BTCPAY_BUILD_CONFIGURATION>?}
image: ${BTCPAY_IMAGE:-btcpayserver/btcpayserver:2.0.5}
expose:
- "49392"
environment:

View File

@@ -83,11 +83,6 @@ namespace DockerGenerator
}
}
if (hasAltcoins)
Environment.SetEnvironmentVariable("BTCPAY_BUILD_CONFIGURATION", "-altcoins");
else
Environment.SetEnvironmentVariable("BTCPAY_BUILD_CONFIGURATION", "");
foreach (var fragment in composition.AdditionalFragments)
{
fragments.Add(fragment);