deploy: regenerate compose from vibe-node main 80a0c8998610
This commit is contained in:
@@ -30,7 +30,7 @@ x-logging-defaults: &logging-defaults
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
ethereum-mainnet-besu:
|
ethereum-mainnet-besu:
|
||||||
image: ${ETHEREUM_BESU_IMAGE:-hyperledger/besu}:${ETHEREUM_MAINNET_BESU_VERSION:-26.6.1}
|
image: ${ETHEREUM_BESU_IMAGE:-hyperledger/besu}:${ETHEREUM_MAINNET_BESU_VERSION:-26.7.0}
|
||||||
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:
|
|||||||
- |
|
- |
|
||||||
apk add --no-cache curl wget
|
apk add --no-cache curl wget
|
||||||
mkdir -p /config
|
mkdir -p /config
|
||||||
[ -f /config/genesis.json ] || curl -fsSL -o /config/genesis.json "https://hashkeychain.s3.ap-southeast-1.amazonaws.com/testnet/genesis.json"
|
curl -fsSL -o /config/genesis.json "https://hashkeychain.s3.ap-southeast-1.amazonaws.com/testnet/genesis.json"
|
||||||
restart: no
|
restart: no
|
||||||
networks:
|
networks:
|
||||||
- chains
|
- chains
|
||||||
|
|||||||
@@ -37,7 +37,7 @@ services:
|
|||||||
- |
|
- |
|
||||||
apk add --no-cache curl wget
|
apk add --no-cache curl wget
|
||||||
mkdir -p /config
|
mkdir -p /config
|
||||||
[ -f /config/genesis.json ] || curl -fsSL -o /config/genesis.json "https://hashkeychain.s3.ap-southeast-1.amazonaws.com/testnet/genesis.json"
|
curl -fsSL -o /config/genesis.json "https://hashkeychain.s3.ap-southeast-1.amazonaws.com/testnet/genesis.json"
|
||||||
restart: no
|
restart: no
|
||||||
networks:
|
networks:
|
||||||
- chains
|
- chains
|
||||||
|
|||||||
@@ -37,7 +37,7 @@ services:
|
|||||||
- |
|
- |
|
||||||
apk add --no-cache curl wget
|
apk add --no-cache curl wget
|
||||||
mkdir -p /config
|
mkdir -p /config
|
||||||
[ -f /config/genesis.json ] || curl -fsSL -o /config/genesis.json "https://hashkeychain.s3.ap-southeast-1.amazonaws.com/testnet/genesis.json"
|
curl -fsSL -o /config/genesis.json "https://hashkeychain.s3.ap-southeast-1.amazonaws.com/testnet/genesis.json"
|
||||||
restart: no
|
restart: no
|
||||||
networks:
|
networks:
|
||||||
- chains
|
- chains
|
||||||
|
|||||||
@@ -37,7 +37,7 @@ services:
|
|||||||
- |
|
- |
|
||||||
apk add --no-cache curl wget
|
apk add --no-cache curl wget
|
||||||
mkdir -p /config
|
mkdir -p /config
|
||||||
[ -f /config/genesis.json ] || curl -fsSL -o /config/genesis.json "https://hashkeychain.s3.ap-southeast-1.amazonaws.com/testnet/genesis.json"
|
curl -fsSL -o /config/genesis.json "https://hashkeychain.s3.ap-southeast-1.amazonaws.com/testnet/genesis.json"
|
||||||
restart: no
|
restart: no
|
||||||
networks:
|
networks:
|
||||||
- chains
|
- chains
|
||||||
|
|||||||
@@ -37,7 +37,7 @@ services:
|
|||||||
- |
|
- |
|
||||||
apk add --no-cache curl wget
|
apk add --no-cache curl wget
|
||||||
mkdir -p /config
|
mkdir -p /config
|
||||||
[ -f /config/genesis.json ] || curl -fsSL -o /config/genesis.json "https://hashkeychain.s3.ap-southeast-1.amazonaws.com/testnet/genesis.json"
|
curl -fsSL -o /config/genesis.json "https://hashkeychain.s3.ap-southeast-1.amazonaws.com/testnet/genesis.json"
|
||||||
restart: no
|
restart: no
|
||||||
networks:
|
networks:
|
||||||
- chains
|
- chains
|
||||||
|
|||||||
@@ -37,7 +37,7 @@ services:
|
|||||||
- |
|
- |
|
||||||
apk add --no-cache curl wget
|
apk add --no-cache curl wget
|
||||||
mkdir -p /config
|
mkdir -p /config
|
||||||
[ -f /config/genesis.json ] || curl -fsSL -o /config/genesis.json "https://hashkeychain.s3.ap-southeast-1.amazonaws.com/testnet/genesis.json"
|
curl -fsSL -o /config/genesis.json "https://hashkeychain.s3.ap-southeast-1.amazonaws.com/testnet/genesis.json"
|
||||||
restart: no
|
restart: no
|
||||||
networks:
|
networks:
|
||||||
- chains
|
- chains
|
||||||
|
|||||||
@@ -37,7 +37,7 @@ services:
|
|||||||
- |
|
- |
|
||||||
apk add --no-cache curl wget
|
apk add --no-cache curl wget
|
||||||
mkdir -p /config
|
mkdir -p /config
|
||||||
[ -f /config/genesis.json ] || curl -fsSL -o /config/genesis.json "https://hashkeychain.s3.ap-southeast-1.amazonaws.com/testnet/genesis.json"
|
curl -fsSL -o /config/genesis.json "https://hashkeychain.s3.ap-southeast-1.amazonaws.com/testnet/genesis.json"
|
||||||
restart: no
|
restart: no
|
||||||
networks:
|
networks:
|
||||||
- chains
|
- chains
|
||||||
|
|||||||
Reference in New Issue
Block a user