This commit is contained in:
Para Dox
2025-04-12 12:57:50 +07:00
parent b3c69ea511
commit c241595dfd
206 changed files with 4708 additions and 5973 deletions

View File

@@ -1,3 +1,4 @@
---
# use at your own risk
services:
@@ -25,10 +26,8 @@ services:
- 25815:25815/udp
volumes:
- ${TRON_MAINNET_JAVA_TRON_PRUNED_ROCKSDB_DATA:-tron-mainnet-java-tron-pruned-rocksdb}:/java-tron/output-directory
- /slowdisk:/slowdisk
- .//mainnet:/config
- /slowdisk:/slowdisk
command: -c /config/config.conf --log-config /config/logback.xml
networks:
- chains
@@ -60,4 +59,5 @@ x-upstreams:
methods:
disabled:
enabled:
- name: txpool_content # TODO: should be disabled for rollup nodes
- name: txpool_content # TODO: should be disabled for rollup nodes
...