1
0

bump bitcoin and btcpay

This commit is contained in:
nicolas.dorier
2023-06-02 18:26:30 +09:00
parent 3c83736e0e
commit bb5636ca1a
4 changed files with 19 additions and 19 deletions

View File

@@ -4,7 +4,7 @@ services:
bitcoind:
restart: unless-stopped
container_name: btcpayserver_bitcoind
image: btcpayserver/bitcoin:24.1-1
image: btcpayserver/bitcoin:25.0
environment:
BITCOIN_NETWORK: ${NBITCOIN_NETWORK:-regtest}
CREATE_WALLET: "false"

View File

@@ -3,7 +3,7 @@ version: "3"
services:
btcpayserver:
restart: unless-stopped
image: ${BTCPAY_IMAGE:-btcpayserver/btcpayserver:1.10.0$<BTCPAY_BUILD_CONFIGURATION>?}
image: ${BTCPAY_IMAGE:-btcpayserver/btcpayserver:1.10.1$<BTCPAY_BUILD_CONFIGURATION>?}
expose:
- "49392"
environment: