1
0

bump monero and move init to docker exec (#1026)

This commit is contained in:
napoly
2025-11-03 13:46:38 +01:00
committed by GitHub
parent 819cf8d2f2
commit 4c95198375

View File

@@ -3,9 +3,8 @@ version: "3"
services:
monerod:
restart: unless-stopped
init: true
container_name: btcpayserver_monerod
image: btcpayserver/monero:0.18.4.2
image: btcpayserver/monero:0.18.4.3
command: monerod --rpc-bind-ip=0.0.0.0 --confirm-external-bind --rpc-bind-port=18081 --non-interactive --block-notify="/bin/sh ./scripts/notifier.sh -X GET http://btcpayserver:49392/monerolikedaemoncallback/block?cryptoCode=xmr&hash=%s" --hide-my-port --prune-blockchain --enable-dns-blocklist
expose:
- "18081"
@@ -13,9 +12,8 @@ services:
- "xmr_data:/data"
monerod_wallet:
restart: unless-stopped
init: true
container_name: btcpayserver_monero_wallet
image: btcpayserver/monero:0.18.4.2
image: btcpayserver/monero:0.18.4.3
command: monero-wallet-rpc --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-file=/wallet/wallet --password-file=/wallet/password --tx-notify="/bin/sh ./scripts/notifier.sh -X GET http://btcpayserver:49392/monerolikedaemoncallback/tx?cryptoCode=xmr&hash=%s"
expose:
- "18082"