Skip to content

Commit 4d61788

Browse files
committed
Bump monerod version with btcpayserver update
1 parent 2dddb62 commit 4d61788

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

BTCPayServer.Plugins.IntegrationTests/docker-compose.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ services:
9090
- "bitcoin_datadir:/data"
9191

9292
monerod:
93-
image: btcpayserver/monero:0.18.3.4
93+
image: btcpayserver/monero:0.18.4.0
9494
restart: unless-stopped
9595
container_name: monerod
9696
entrypoint: monerod --fixed-difficulty 1 --log-level=2 --rpc-bind-ip=0.0.0.0 --confirm-external-bind --rpc-bind-port=18081 --block-notify="/bin/sh ./scripts/notifier.sh -k -X GET https://host.docker.internal:14142/monerolikedaemoncallback/block?cryptoCode=xmr&hash=%s" --regtest --no-igd --hide-my-port --offline --non-interactive
@@ -100,7 +100,7 @@ services:
100100
- "18081:18081"
101101

102102
xmr_wallet:
103-
image: btcpayserver/monero:0.18.3.4
103+
image: btcpayserver/monero:0.18.4.0
104104
restart: unless-stopped
105105
container_name: xmr_wallet
106106
entrypoint: monero-wallet-rpc --log-level 2 --allow-mismatched-daemon-version --rpc-bind-ip=0.0.0.0 --disable-rpc-login --confirm-external-bind --rpc-bind-port=18082 --non-interactive --trusted-daemon --daemon-address=monerod:18081 --wallet-dir=/wallet --tx-notify="/bin/sh ./scripts/notifier.sh -k -X GET https://host.docker.internal:14142/monerolikedaemoncallback/tx?cryptoCode=xmr&hash=%s"
@@ -112,7 +112,7 @@ services:
112112
- monerod
113113

114114
xmr_cashcow_wallet:
115-
image: btcpayserver/monero:0.18.3.4
115+
image: btcpayserver/monero:0.18.4.0
116116
restart: unless-stopped
117117
container_name: xmr_cashcow_wallet
118118
entrypoint: monero-wallet-rpc --log-level 2 --allow-mismatched-daemon-version --rpc-bind-ip=0.0.0.0 --disable-rpc-login --confirm-external-bind --rpc-bind-port=18092 --non-interactive --trusted-daemon --daemon-address=monerod:18081 --wallet-dir=/wallet

submodules/btcpayserver

Submodule btcpayserver updated 61 files

0 commit comments

Comments
 (0)