deploy: regenerate compose from vibe-node main 4a45537ac06b
This commit is contained in:
@@ -32,7 +32,7 @@ x-logging-defaults: &logging-defaults
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
aztec-mainnet-pruned:
|
aztec-mainnet-pruned:
|
||||||
image: ${AZTEC_AZTEC_IMAGE:-aztecprotocol/aztec}:${AZTEC_MAINNET_AZTEC_VERSION:-5.0.0-rc.2}
|
image: ${AZTEC_AZTEC_IMAGE:-aztecprotocol/aztec}:${AZTEC_MAINNET_AZTEC_VERSION:-5.0.1}
|
||||||
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
|
||||||
@@ -56,6 +56,7 @@ services:
|
|||||||
AZTEC_ADMIN_PORT: '8880'
|
AZTEC_ADMIN_PORT: '8880'
|
||||||
AZTEC_PORT: '8545'
|
AZTEC_PORT: '8545'
|
||||||
DATA_DIRECTORY: /var/lib/data
|
DATA_DIRECTORY: /var/lib/data
|
||||||
|
ETHEREUM_DEBUG_HOSTS: ${ETHEREUM_MAINNET_DEBUG_HOSTS:-${ETHEREUM_MAINNET_EXECUTION_RPC}}
|
||||||
ETHEREUM_HOSTS: ${ETHEREUM_MAINNET_EXECUTION_RPC}
|
ETHEREUM_HOSTS: ${ETHEREUM_MAINNET_EXECUTION_RPC}
|
||||||
L1_CONSENSUS_HOST_URLS: ${ETHEREUM_MAINNET_BEACON_REST}
|
L1_CONSENSUS_HOST_URLS: ${ETHEREUM_MAINNET_BEACON_REST}
|
||||||
LOG_LEVEL: ${AZTEC_LOG_LEVEL:-info}
|
LOG_LEVEL: ${AZTEC_LOG_LEVEL:-info}
|
||||||
|
|||||||
@@ -32,7 +32,7 @@ x-logging-defaults: &logging-defaults
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
aztec-testnet-pruned:
|
aztec-testnet-pruned:
|
||||||
image: ${AZTEC_AZTEC_IMAGE:-aztecprotocol/aztec}:${AZTEC_TESTNET_AZTEC_VERSION:-5.0.0}
|
image: ${AZTEC_AZTEC_IMAGE:-aztecprotocol/aztec}:${AZTEC_TESTNET_AZTEC_VERSION:-5.0.1}
|
||||||
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
|
||||||
@@ -56,6 +56,7 @@ services:
|
|||||||
AZTEC_ADMIN_PORT: '8880'
|
AZTEC_ADMIN_PORT: '8880'
|
||||||
AZTEC_PORT: '8545'
|
AZTEC_PORT: '8545'
|
||||||
DATA_DIRECTORY: /var/lib/data
|
DATA_DIRECTORY: /var/lib/data
|
||||||
|
ETHEREUM_DEBUG_HOSTS: ${ETHEREUM_SEPOLIA_DEBUG_HOSTS:-${ETHEREUM_SEPOLIA_EXECUTION_RPC}}
|
||||||
ETHEREUM_HOSTS: ${ETHEREUM_SEPOLIA_EXECUTION_RPC}
|
ETHEREUM_HOSTS: ${ETHEREUM_SEPOLIA_EXECUTION_RPC}
|
||||||
L1_CONSENSUS_HOST_URLS: ${ETHEREUM_SEPOLIA_BEACON_REST}
|
L1_CONSENSUS_HOST_URLS: ${ETHEREUM_SEPOLIA_BEACON_REST}
|
||||||
LOG_LEVEL: ${AZTEC_LOG_LEVEL:-info}
|
LOG_LEVEL: ${AZTEC_LOG_LEVEL:-info}
|
||||||
|
|||||||
@@ -134,6 +134,7 @@ services:
|
|||||||
- OP_NODE_P2P_LISTEN_IP=0.0.0.0
|
- OP_NODE_P2P_LISTEN_IP=0.0.0.0
|
||||||
- OP_NODE_P2P_LISTEN_TCP_PORT=19265
|
- OP_NODE_P2P_LISTEN_TCP_PORT=19265
|
||||||
- OP_NODE_P2P_LISTEN_UDP_PORT=19265
|
- OP_NODE_P2P_LISTEN_UDP_PORT=19265
|
||||||
|
- OP_NODE_P2P_STATIC=/ip4/34.19.21.27/tcp/9222/p2p/16Uiu2HAm3xezniqrtMrMqXKPp46Rb2d4mJ67f9TYayHC51SvCrqN
|
||||||
- OP_NODE_ROLLUP_CONFIG=/config/rollup.json
|
- OP_NODE_ROLLUP_CONFIG=/config/rollup.json
|
||||||
- OP_NODE_ROLLUP_LOAD_PROTOCOL_VERSIONS=true
|
- OP_NODE_ROLLUP_LOAD_PROTOCOL_VERSIONS=true
|
||||||
- OP_NODE_RPC_ADDR=0.0.0.0
|
- OP_NODE_RPC_ADDR=0.0.0.0
|
||||||
|
|||||||
@@ -135,6 +135,7 @@ services:
|
|||||||
- OP_NODE_P2P_LISTEN_IP=0.0.0.0
|
- OP_NODE_P2P_LISTEN_IP=0.0.0.0
|
||||||
- OP_NODE_P2P_LISTEN_TCP_PORT=18767
|
- OP_NODE_P2P_LISTEN_TCP_PORT=18767
|
||||||
- OP_NODE_P2P_LISTEN_UDP_PORT=18767
|
- OP_NODE_P2P_LISTEN_UDP_PORT=18767
|
||||||
|
- OP_NODE_P2P_STATIC=/ip4/34.19.21.27/tcp/9222/p2p/16Uiu2HAm3xezniqrtMrMqXKPp46Rb2d4mJ67f9TYayHC51SvCrqN
|
||||||
- OP_NODE_ROLLUP_CONFIG=/config/rollup.json
|
- OP_NODE_ROLLUP_CONFIG=/config/rollup.json
|
||||||
- OP_NODE_ROLLUP_LOAD_PROTOCOL_VERSIONS=true
|
- OP_NODE_ROLLUP_LOAD_PROTOCOL_VERSIONS=true
|
||||||
- OP_NODE_RPC_ADDR=0.0.0.0
|
- OP_NODE_RPC_ADDR=0.0.0.0
|
||||||
|
|||||||
@@ -34,7 +34,7 @@ services:
|
|||||||
context: ./wemix
|
context: ./wemix
|
||||||
dockerfile: go-wemix.Dockerfile
|
dockerfile: go-wemix.Dockerfile
|
||||||
args:
|
args:
|
||||||
VERSION: w0.10.13
|
VERSION: w0.10.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
|
||||||
|
|||||||
@@ -34,7 +34,7 @@ services:
|
|||||||
context: ./wemix
|
context: ./wemix
|
||||||
dockerfile: go-wemix.Dockerfile
|
dockerfile: go-wemix.Dockerfile
|
||||||
args:
|
args:
|
||||||
VERSION: w0.10.13
|
VERSION: w0.10.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
|
||||||
|
|||||||
@@ -34,7 +34,7 @@ services:
|
|||||||
context: ./wemix
|
context: ./wemix
|
||||||
dockerfile: go-wemix.Dockerfile
|
dockerfile: go-wemix.Dockerfile
|
||||||
args:
|
args:
|
||||||
VERSION: w0.10.13
|
VERSION: w0.10.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
|
||||||
|
|||||||
@@ -34,7 +34,7 @@ services:
|
|||||||
context: ./wemix
|
context: ./wemix
|
||||||
dockerfile: go-wemix.Dockerfile
|
dockerfile: go-wemix.Dockerfile
|
||||||
args:
|
args:
|
||||||
VERSION: w0.10.13
|
VERSION: w0.10.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
|
||||||
|
|||||||
Reference in New Issue
Block a user