Skip to content

Commit

Permalink
Update docker-compose.yml
Browse files Browse the repository at this point in the history
* Depend on Tor being healthy
* Add `MONERO_RANDOMX_FULL_MEM=1` for fast Randomx verification
  • Loading branch information
rblaine95 authored Jan 6, 2025
1 parent bd6b929 commit 199fc71
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,13 @@ services:
volumes:
- ./monero-data:/opt/bitmonero
depends_on:
- prep-ban-list
prep-ban-list:
condition: service_completed_successfully
tor:
condition: service_healthy
environment:
# https://github.com/monero-project/monero/pull/8677
MONERO_RANDOMX_FULL_MEM: 1
command:
# https://getmonero.dev/interacting/monerod
- --non-interactive
Expand Down

0 comments on commit 199fc71

Please sign in to comment.