mirror of
https://github.com/Retropex/btcpayserver-docker.git
synced 2025-05-12 13:00:41 +02:00
Revert "Add Monero to opt-save-storage to run pruned node, default Monerod to full node (#558)"
This reverts commit c9cb35a507
.
This commit is contained in:
parent
934a8ace42
commit
ec7aa328b7
@ -5,16 +5,7 @@ services:
|
|||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
container_name: btcpayserver_monerod
|
container_name: btcpayserver_monerod
|
||||||
image: btcpayserver/monero:0.17.2.3
|
image: btcpayserver/monero:0.17.2.3
|
||||||
entrypoint: monerod
|
entrypoint: 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
|
||||||
environment:
|
|
||||||
MONERO_EXTRA_ARGS: |
|
|
||||||
rpc-bind-ip=0.0.0.0
|
|
||||||
confirm-external-bind=1
|
|
||||||
rpc-bind-port=18081
|
|
||||||
non-interactive=1
|
|
||||||
block-notify="/bin/sh ./scripts/notifier.sh -X GET http://btcpayserver:49392/monerolikedaemoncallback/block?cryptoCode=xmr&hash=%s"
|
|
||||||
hide-my-port=1
|
|
||||||
enable-dns-blocklist=1
|
|
||||||
expose:
|
expose:
|
||||||
- "18081"
|
- "18081"
|
||||||
volumes:
|
volumes:
|
||||||
|
@ -21,9 +21,6 @@ services:
|
|||||||
litecoind:
|
litecoind:
|
||||||
environment:
|
environment:
|
||||||
BITCOIN_EXTRA_ARGS: prune=100000
|
BITCOIN_EXTRA_ARGS: prune=100000
|
||||||
monerod:
|
|
||||||
environment:
|
|
||||||
MONERO_EXTRA_ARGS: prune-blockchain=1
|
|
||||||
viacoind:
|
viacoind:
|
||||||
environment:
|
environment:
|
||||||
BITCOIN_EXTRA_ARGS: prune=100000
|
BITCOIN_EXTRA_ARGS: prune=100000
|
||||||
|
Loading…
Reference in New Issue
Block a user