updates
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
# One pattern per line. Lines starting with # are ignored.
|
# One pattern per line. Lines starting with # are ignored.
|
||||||
# Patterns are matched relative to the volume data directory
|
# Patterns are matched relative to the volume data directory
|
||||||
|
|
||||||
# geth clones and erigon
|
# geth clones, erigon and sonic
|
||||||
**/nodekey
|
**/nodekey
|
||||||
|
|
||||||
# besu
|
# besu
|
||||||
|
|||||||
@@ -30,7 +30,7 @@ x-logging-defaults: &logging-defaults
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
scroll-mainnet-archive:
|
scroll-mainnet-archive:
|
||||||
image: ${SCROLL_L2GETH_IMAGE:-scrolltech/l2geth}:${SCROLL_L2GETH_VERSION:-scroll-v5.9.4}
|
image: ${SCROLL_L2GETH_IMAGE:-scrolltech/l2geth}:${SCROLL_L2GETH_VERSION:-scroll-v5.9.2}
|
||||||
sysctls:
|
sysctls:
|
||||||
# TCP Performance
|
# TCP Performance
|
||||||
net.ipv4.tcp_slow_start_after_idle: 0 # Disable slow start after idle
|
net.ipv4.tcp_slow_start_after_idle: 0 # Disable slow start after idle
|
||||||
|
|||||||
@@ -30,7 +30,7 @@ x-logging-defaults: &logging-defaults
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
scroll-mainnet-archive:
|
scroll-mainnet-archive:
|
||||||
image: ${SCROLL_L2GETH_IMAGE:-scrolltech/l2geth}:${SCROLL_L2GETH_VERSION:-scroll-v5.9.4}
|
image: ${SCROLL_L2GETH_IMAGE:-scrolltech/l2geth}:${SCROLL_L2GETH_VERSION:-scroll-v5.9.2}
|
||||||
sysctls:
|
sysctls:
|
||||||
# TCP Performance
|
# TCP Performance
|
||||||
net.ipv4.tcp_slow_start_after_idle: 0 # Disable slow start after idle
|
net.ipv4.tcp_slow_start_after_idle: 0 # Disable slow start after idle
|
||||||
|
|||||||
@@ -30,7 +30,7 @@ x-logging-defaults: &logging-defaults
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
scroll-sepolia-archive:
|
scroll-sepolia-archive:
|
||||||
image: ${SCROLL_L2GETH_IMAGE:-scrolltech/l2geth}:${SCROLL_SEPOLIA_L2GETH_VERSION:-scroll-v5.9.4}
|
image: ${SCROLL_L2GETH_IMAGE:-scrolltech/l2geth}:${SCROLL_SEPOLIA_L2GETH_VERSION:-scroll-v5.9.14}
|
||||||
sysctls:
|
sysctls:
|
||||||
# TCP Performance
|
# TCP Performance
|
||||||
net.ipv4.tcp_slow_start_after_idle: 0 # Disable slow start after idle
|
net.ipv4.tcp_slow_start_after_idle: 0 # Disable slow start after idle
|
||||||
|
|||||||
@@ -30,7 +30,7 @@ x-logging-defaults: &logging-defaults
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
scroll-sepolia-archive:
|
scroll-sepolia-archive:
|
||||||
image: ${SCROLL_L2GETH_IMAGE:-scrolltech/l2geth}:${SCROLL_SEPOLIA_L2GETH_VERSION:-scroll-v5.9.4}
|
image: ${SCROLL_L2GETH_IMAGE:-scrolltech/l2geth}:${SCROLL_SEPOLIA_L2GETH_VERSION:-scroll-v5.9.14}
|
||||||
sysctls:
|
sysctls:
|
||||||
# TCP Performance
|
# TCP Performance
|
||||||
net.ipv4.tcp_slow_start_after_idle: 0 # Disable slow start after idle
|
net.ipv4.tcp_slow_start_after_idle: 0 # Disable slow start after idle
|
||||||
|
|||||||
@@ -37,7 +37,7 @@ services:
|
|||||||
context: ./sei
|
context: ./sei
|
||||||
dockerfile: sei.Dockerfile
|
dockerfile: sei.Dockerfile
|
||||||
args:
|
args:
|
||||||
SEI_VERSION: ${SEI_MAINNET_SEI_VERSION:-v6.2.4}
|
SEI_VERSION: ${SEI_MAINNET_SEI_VERSION:-v6.2.5}
|
||||||
SEI_IMAGE: ${SEI_MAINNET_SEI_IMAGE:-ghcr.io/sei-protocol/sei}
|
SEI_IMAGE: ${SEI_MAINNET_SEI_IMAGE:-ghcr.io/sei-protocol/sei}
|
||||||
sysctls:
|
sysctls:
|
||||||
# TCP Performance
|
# TCP Performance
|
||||||
|
|||||||
@@ -37,7 +37,7 @@ services:
|
|||||||
context: ./sei
|
context: ./sei
|
||||||
dockerfile: sei.Dockerfile
|
dockerfile: sei.Dockerfile
|
||||||
args:
|
args:
|
||||||
SEI_VERSION: ${SEI_TESTNET_SEI_VERSION:-v6.2.4}
|
SEI_VERSION: ${SEI_TESTNET_SEI_VERSION:-v6.2.5}
|
||||||
SEI_IMAGE: ${SEI_TESTNET_SEI_IMAGE:-ghcr.io/sei-protocol/sei}
|
SEI_IMAGE: ${SEI_TESTNET_SEI_IMAGE:-ghcr.io/sei-protocol/sei}
|
||||||
sysctls:
|
sysctls:
|
||||||
# TCP Performance
|
# TCP Performance
|
||||||
|
|||||||
Reference in New Issue
Block a user