node is refactored into it's own template

This commit is contained in:
Para Dox
2025-05-24 18:04:16 +07:00
parent b0fc62b701
commit 6d0a5d9d6d
306 changed files with 1633 additions and 1671 deletions

View File

@@ -22,11 +22,6 @@
# curl -X POST https://${IP}.traefik.me/fuse-mainnet-archive \
# -H "Content-Type: application/json" \
# --data '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}'
x-logging-defaults: &logging-defaults
driver: json-file
options:
max-size: 10m
max-file: '3'
services:
fuse-mainnet-archive:
@@ -57,7 +52,7 @@ services:
- NETHERMIND_INITCONFIG_LOGDIRECTORY=/data/logs
- NETHERMIND_INITCONFIG_WEBSOCKETSENABLED=true
- NETHERMIND_JSONRPCCONFIG_ENABLED=true
- NETHERMIND_JSONRPCCONFIG_ENABLEDMODULES=[Eth,Subscribe,Trace,TxPool,Web3,Personal,Proof,Net,Parity,Health,Rpc,Debug,Admin]
- NETHERMIND_JSONRPCCONFIG_ENABLEDMODULES=[Eth,Subscribe,TxPool,Web3,Personal,Proof,Net,Parity,Health,Rpc,Debug,Admin,Traces]
- NETHERMIND_JSONRPCCONFIG_HOST=0.0.0.0
- NETHERMIND_JSONRPCCONFIG_PORT=8545
- NETHERMIND_JSONRPCCONFIG_WEBSOCKETSPORT=8545

View File

@@ -22,11 +22,6 @@
# curl -X POST https://${IP}.traefik.me/fuse-mainnet-minimal \
# -H "Content-Type: application/json" \
# --data '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}'
x-logging-defaults: &logging-defaults
driver: json-file
options:
max-size: 10m
max-file: '3'
services:
fuse-mainnet-minimal:
@@ -57,7 +52,7 @@ services:
- NETHERMIND_INITCONFIG_LOGDIRECTORY=/data/logs
- NETHERMIND_INITCONFIG_WEBSOCKETSENABLED=true
- NETHERMIND_JSONRPCCONFIG_ENABLED=true
- NETHERMIND_JSONRPCCONFIG_ENABLEDMODULES=[Eth,Subscribe,Trace,TxPool,Web3,Personal,Proof,Net,Parity,Health,Rpc,Debug,Admin]
- NETHERMIND_JSONRPCCONFIG_ENABLEDMODULES=[Eth,Subscribe,TxPool,Web3,Personal,Proof,Net,Parity,Health,Rpc,Debug,Admin,Traces]
- NETHERMIND_JSONRPCCONFIG_HOST=0.0.0.0
- NETHERMIND_JSONRPCCONFIG_PORT=8545
- NETHERMIND_JSONRPCCONFIG_WEBSOCKETSPORT=8545

View File

@@ -22,11 +22,6 @@
# curl -X POST https://${IP}.traefik.me/fuse-mainnet \
# -H "Content-Type: application/json" \
# --data '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}'
x-logging-defaults: &logging-defaults
driver: json-file
options:
max-size: 10m
max-file: '3'
services:
fuse-mainnet:
@@ -57,7 +52,7 @@ services:
- NETHERMIND_INITCONFIG_LOGDIRECTORY=/data/logs
- NETHERMIND_INITCONFIG_WEBSOCKETSENABLED=true
- NETHERMIND_JSONRPCCONFIG_ENABLED=true
- NETHERMIND_JSONRPCCONFIG_ENABLEDMODULES=[Eth,Subscribe,Trace,TxPool,Web3,Personal,Proof,Net,Parity,Health,Rpc,Debug,Admin]
- NETHERMIND_JSONRPCCONFIG_ENABLEDMODULES=[Eth,Subscribe,TxPool,Web3,Personal,Proof,Net,Parity,Health,Rpc,Debug,Admin,Traces]
- NETHERMIND_JSONRPCCONFIG_HOST=0.0.0.0
- NETHERMIND_JSONRPCCONFIG_PORT=8545
- NETHERMIND_JSONRPCCONFIG_WEBSOCKETSPORT=8545

View File

@@ -22,11 +22,6 @@
# curl -X POST https://${IP}.traefik.me/fuse-spark-archive \
# -H "Content-Type: application/json" \
# --data '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}'
x-logging-defaults: &logging-defaults
driver: json-file
options:
max-size: 10m
max-file: '3'
services:
fuse-spark-archive:
@@ -57,7 +52,7 @@ services:
- NETHERMIND_INITCONFIG_LOGDIRECTORY=/data/logs
- NETHERMIND_INITCONFIG_WEBSOCKETSENABLED=true
- NETHERMIND_JSONRPCCONFIG_ENABLED=true
- NETHERMIND_JSONRPCCONFIG_ENABLEDMODULES=[Eth,Subscribe,Trace,TxPool,Web3,Personal,Proof,Net,Parity,Health,Rpc,Debug,Admin]
- NETHERMIND_JSONRPCCONFIG_ENABLEDMODULES=[Eth,Subscribe,TxPool,Web3,Personal,Proof,Net,Parity,Health,Rpc,Debug,Admin,Traces]
- NETHERMIND_JSONRPCCONFIG_HOST=0.0.0.0
- NETHERMIND_JSONRPCCONFIG_PORT=8545
- NETHERMIND_JSONRPCCONFIG_WEBSOCKETSPORT=8545

View File

@@ -22,11 +22,6 @@
# curl -X POST https://${IP}.traefik.me/fuse-spark-minimal \
# -H "Content-Type: application/json" \
# --data '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}'
x-logging-defaults: &logging-defaults
driver: json-file
options:
max-size: 10m
max-file: '3'
services:
fuse-spark-minimal:
@@ -57,7 +52,7 @@ services:
- NETHERMIND_INITCONFIG_LOGDIRECTORY=/data/logs
- NETHERMIND_INITCONFIG_WEBSOCKETSENABLED=true
- NETHERMIND_JSONRPCCONFIG_ENABLED=true
- NETHERMIND_JSONRPCCONFIG_ENABLEDMODULES=[Eth,Subscribe,Trace,TxPool,Web3,Personal,Proof,Net,Parity,Health,Rpc,Debug,Admin]
- NETHERMIND_JSONRPCCONFIG_ENABLEDMODULES=[Eth,Subscribe,TxPool,Web3,Personal,Proof,Net,Parity,Health,Rpc,Debug,Admin,Traces]
- NETHERMIND_JSONRPCCONFIG_HOST=0.0.0.0
- NETHERMIND_JSONRPCCONFIG_PORT=8545
- NETHERMIND_JSONRPCCONFIG_WEBSOCKETSPORT=8545

View File

@@ -22,11 +22,6 @@
# curl -X POST https://${IP}.traefik.me/fuse-spark \
# -H "Content-Type: application/json" \
# --data '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}'
x-logging-defaults: &logging-defaults
driver: json-file
options:
max-size: 10m
max-file: '3'
services:
fuse-spark:
@@ -57,7 +52,7 @@ services:
- NETHERMIND_INITCONFIG_LOGDIRECTORY=/data/logs
- NETHERMIND_INITCONFIG_WEBSOCKETSENABLED=true
- NETHERMIND_JSONRPCCONFIG_ENABLED=true
- NETHERMIND_JSONRPCCONFIG_ENABLEDMODULES=[Eth,Subscribe,Trace,TxPool,Web3,Personal,Proof,Net,Parity,Health,Rpc,Debug,Admin]
- NETHERMIND_JSONRPCCONFIG_ENABLEDMODULES=[Eth,Subscribe,TxPool,Web3,Personal,Proof,Net,Parity,Health,Rpc,Debug,Admin,Traces]
- NETHERMIND_JSONRPCCONFIG_HOST=0.0.0.0
- NETHERMIND_JSONRPCCONFIG_PORT=8545
- NETHERMIND_JSONRPCCONFIG_WEBSOCKETSPORT=8545