This commit is contained in:
goldsquid
2025-12-13 17:04:40 +07:00
parent 36ed7d2c3d
commit 12a9d63adb
2 changed files with 10 additions and 2 deletions

View File

@@ -30,7 +30,11 @@ x-logging-defaults: &logging-defaults
services:
wemix-mainnet-archive:
image: ${WEMIX_GO_WEMIX_IMAGE:-chainstack/wemix}:${WEMIX_MAINNET_GO_WEMIX_VERSION:-0.10.11}
build:
context: ./wemix
dockerfile: go-wemix.Dockerfile
args:
VERSION: w0.10.11
sysctls:
# TCP Performance
net.ipv4.tcp_slow_start_after_idle: 0 # Disable slow start after idle

View File

@@ -30,7 +30,11 @@ x-logging-defaults: &logging-defaults
services:
wemix-mainnet:
image: ${WEMIX_GO_WEMIX_IMAGE:-chainstack/wemix}:${WEMIX_MAINNET_GO_WEMIX_VERSION:-0.10.11}
build:
context: ./wemix
dockerfile: go-wemix.Dockerfile
args:
VERSION: w0.10.11
sysctls:
# TCP Performance
net.ipv4.tcp_slow_start_after_idle: 0 # Disable slow start after idle