update
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user