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:
nicolas.dorier 2022-01-29 22:40:37 +09:00
parent 934a8ace42
commit ec7aa328b7
No known key found for this signature in database
GPG Key ID: 6618763EF09186FE
2 changed files with 1 additions and 13 deletions

View File

@ -5,16 +5,7 @@ services:
restart: unless-stopped
container_name: btcpayserver_monerod
image: btcpayserver/monero:0.17.2.3
entrypoint: monerod
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
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
expose:
- "18081"
volumes:

View File

@ -21,9 +21,6 @@ services:
litecoind:
environment:
BITCOIN_EXTRA_ARGS: prune=100000
monerod:
environment:
MONERO_EXTRA_ARGS: prune-blockchain=1
viacoind:
environment:
BITCOIN_EXTRA_ARGS: prune=100000