Fix: Ungraceful shutdown of zcash and monero (#1023)
This commit is contained in:
@@ -3,6 +3,7 @@ version: "3"
|
|||||||
services:
|
services:
|
||||||
monerod:
|
monerod:
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
init: true
|
||||||
container_name: btcpayserver_monerod
|
container_name: btcpayserver_monerod
|
||||||
image: btcpayserver/monero:0.18.4.2
|
image: btcpayserver/monero:0.18.4.2
|
||||||
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
|
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
|
||||||
@@ -12,6 +13,7 @@ services:
|
|||||||
- "xmr_data:/data"
|
- "xmr_data:/data"
|
||||||
monerod_wallet:
|
monerod_wallet:
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
init: true
|
||||||
container_name: btcpayserver_monero_wallet
|
container_name: btcpayserver_monero_wallet
|
||||||
image: btcpayserver/monero:0.18.4.2
|
image: btcpayserver/monero:0.18.4.2
|
||||||
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"
|
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"
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
services:
|
services:
|
||||||
zcash_walletd:
|
zcash_walletd:
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
init: true
|
||||||
image: hhanh00/zcash-walletd:1.1.3
|
image: hhanh00/zcash-walletd:1.1.3
|
||||||
environment:
|
environment:
|
||||||
NOTIFY_TX_URL: http://btcpayserver:49392/zcashlikedaemoncallback/tx?cryptoCode=zec&hash=
|
NOTIFY_TX_URL: http://btcpayserver:49392/zcashlikedaemoncallback/tx?cryptoCode=zec&hash=
|
||||||
|
|||||||
@@ -3,6 +3,7 @@ version: "3"
|
|||||||
services:
|
services:
|
||||||
zcash_walletd:
|
zcash_walletd:
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
init: true
|
||||||
image: hhanh00/zcash-walletd:1.1.3
|
image: hhanh00/zcash-walletd:1.1.3
|
||||||
environment:
|
environment:
|
||||||
NOTIFY_TX_URL: http://btcpayserver:49392/zcashlikedaemoncallback/tx?cryptoCode=zec&hash=
|
NOTIFY_TX_URL: http://btcpayserver:49392/zcashlikedaemoncallback/tx?cryptoCode=zec&hash=
|
||||||
|
|||||||
Reference in New Issue
Block a user