deploy: regenerate compose from vibe-node main 59f3f7f3cf2e

This commit is contained in:
2026-06-19 14:40:16 +00:00
parent 196744cf4f
commit 5891d050f9
7 changed files with 21 additions and 45 deletions

View File

@@ -7330,8 +7330,7 @@
"type": "archive", "type": "archive",
"volumes": [ "volumes": [
"shibarium-mainnet-bor-archive-pebble-path", "shibarium-mainnet-bor-archive-pebble-path",
"shibarium-mainnet-bor-archive-pebble-path_config", "shibarium-mainnet-heimdall"
"shibarium-mainnet-bor-archive-pebble-path_heimdall"
] ]
}, },
{ {
@@ -7349,8 +7348,7 @@
"type": "pruned", "type": "pruned",
"volumes": [ "volumes": [
"shibarium-mainnet-bor-pruned-pebble-path", "shibarium-mainnet-bor-pruned-pebble-path",
"shibarium-mainnet-bor-pruned-pebble-path_config", "shibarium-mainnet-heimdall"
"shibarium-mainnet-bor-pruned-pebble-path_heimdall"
] ]
}, },
{ {

View File

@@ -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.5.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

View File

@@ -30,7 +30,7 @@ x-logging-defaults: &logging-defaults
services: services:
ronin-mainnet: ronin-mainnet:
image: ${RONIN_RETH_IMAGE:-ghcr.io/conduitxyz/conduit-op-reth}:${RONIN_MAINNET_RETH_VERSION:-v2.1.0} image: ${RONIN_RETH_IMAGE:-ghcr.io/conduitxyz/conduit-op-reth}:${RONIN_MAINNET_RETH_VERSION:-v1.0.0-rc.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

View File

@@ -30,7 +30,7 @@ x-logging-defaults: &logging-defaults
services: services:
ronin-saigon: ronin-saigon:
image: ${RONIN_RETH_IMAGE:-ghcr.io/conduitxyz/conduit-op-reth}:${RONIN_SAIGON_RETH_VERSION:-v2.1.0} image: ${RONIN_RETH_IMAGE:-ghcr.io/conduitxyz/conduit-op-reth}:${RONIN_SAIGON_RETH_VERSION:-v1.0.0-rc.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

View File

@@ -30,7 +30,7 @@ x-logging-defaults: &logging-defaults
services: services:
ronin-saigon-pruned: ronin-saigon-pruned:
image: ${RONIN_RETH_IMAGE:-ghcr.io/conduitxyz/conduit-op-reth}:${RONIN_SAIGON_RETH_VERSION:-v2.1.0} image: ${RONIN_RETH_IMAGE:-ghcr.io/conduitxyz/conduit-op-reth}:${RONIN_SAIGON_RETH_VERSION:-v1.0.0-rc.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

View File

@@ -30,12 +30,7 @@ x-logging-defaults: &logging-defaults
services: services:
shibarium-mainnet-archive: shibarium-mainnet-archive:
build: image: ${SHIBARIUM_BOR_IMAGE:-shibaone/bor}:${SHIBARIUM_MAINNET_BOR_VERSION:-v1.3.9-bone}
context: ./shibarium
dockerfile: bor.Dockerfile
args:
BOR_REPO: ${SHIBARIUM_MAINNET_BOR_REPO:-https://github.com/shibaone/bor}
BOR_VERSION: ${SHIBARIUM_MAINNET_BOR_VERSION:-v1.3.9-bone}
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
@@ -109,13 +104,9 @@ services:
- ${NO_SSL:+traefik.http.routers.shibarium-mainnet-bor-archive-pebble-path.rule=Path(`/shibarium-mainnet-archive`) || Path(`/shibarium-mainnet-archive/`)} - ${NO_SSL:+traefik.http.routers.shibarium-mainnet-bor-archive-pebble-path.rule=Path(`/shibarium-mainnet-archive`) || Path(`/shibarium-mainnet-archive/`)}
- traefik.http.routers.shibarium-mainnet-bor-archive-pebble-path.middlewares=shibarium-mainnet-bor-archive-pebble-path-stripprefix, ipallowlist - traefik.http.routers.shibarium-mainnet-bor-archive-pebble-path.middlewares=shibarium-mainnet-bor-archive-pebble-path-stripprefix, ipallowlist
shibarium-mainnet-archive-node: shibarium-mainnet-node:
build: image: ${SHIBARIUM_HEIMDALL_IMAGE:-shibaone/heimdall}:${SHIBARIUM_MAINNET_HEIMDALL_VERSION:-v1.0.7-bone}
context: ./shibarium user: root
dockerfile: cometbft.Dockerfile
args:
CL_IMAGE: ${SHIBARIUM_MAINNET_HEIMDALL_IMAGE:-shibaone/heimdall}
CL_VERSION: ${SHIBARIUM_MAINNET_HEIMDALL_VERSION:-v1.0.7-bone}
ports: ports:
- 1317:1317 - 1317:1317
- 26656:26656 - 26656:26656
@@ -128,11 +119,11 @@ services:
- '1317' - '1317'
environment: environment:
- CHAIN_ID=109 - CHAIN_ID=109
- GENESIS_URL=https://raw.githubusercontent.com/shibaone/heimdall/v1.0.7-bone/builder/files/genesis-shibarium.json - GENESIS_URL=https://raw.githubusercontent.com/shibaone/Shibarium-Bor/mainnet/genesis.json
- IP=${IP} - IP=${IP}
- MONIKER=d${DOMAIN:-local} - MONIKER=d${DOMAIN:-local}
- P2P_PORT=26656 - P2P_PORT=26656
- PERSISTENT_PEERS=${SHIBARIUM_MAINNET_HEIMDALL_PEERS:-96f333f77d5e2f877d3afe4a3643e4f99949ef5c@44.204.200.100:26656,e6676c16d8a9ec98bbbce8d137a3765632720328@18.136.201.99:26656,8c71c016de039e50e48f74683784054f46bd0a1c@3.99.233.157:26656,fb613910f04f0ae0001d93b70552d4d5c358ad78@63.32.53.219:26656,08c3509327941a593eef258f23ab568c10d28905@52.12.214.141:26656} - SEEDS=${SHIBARIUM_HEIMDALL_SEEDS:-52.30.58.231:26656,165.22.210.226:26656,13.235.169.134:26656,144.76.219.130:26656,164.92.77.222:26656}
command: command:
- -c - -c
- 'exec heimdalld start --home $${CMT_HOME:-/root/.heimdalld} --chain 109 --rest-server --rest-server.addr=0.0.0.0:1317 --rpc.laddr=tcp://0.0.0.0:26657 --p2p.laddr=tcp://0.0.0.0:26656' - 'exec heimdalld start --home $${CMT_HOME:-/root/.heimdalld} --chain 109 --rest-server --rest-server.addr=0.0.0.0:1317 --rpc.laddr=tcp://0.0.0.0:26657 --p2p.laddr=tcp://0.0.0.0:26656'
@@ -141,9 +132,8 @@ services:
networks: networks:
- chains - chains
volumes: volumes:
- ${SHIBARIUM_MAINNET_BOR_ARCHIVE_PEBBLE_PATH__HEIMDALL_DATA:-shibarium-mainnet-bor-archive-pebble-path_heimdall}:/root/.heimdalld - ${SHIBARIUM_HEIMDALL_DATA:-shibarium-mainnet-heimdall}:/root/.heimdalld
- .jwtsecret:/jwtsecret:ro - .jwtsecret:/jwtsecret:ro
- shibarium-mainnet-bor-archive-pebble-path_config:/root/.heimdalld/config
logging: *logging-defaults logging: *logging-defaults
labels: labels:
- prometheus-scrape.enabled=true - prometheus-scrape.enabled=true
@@ -152,8 +142,7 @@ services:
volumes: volumes:
shibarium-mainnet-bor-archive-pebble-path: shibarium-mainnet-bor-archive-pebble-path:
shibarium-mainnet-bor-archive-pebble-path_config: shibarium-mainnet-heimdall:
shibarium-mainnet-bor-archive-pebble-path_heimdall:
x-upstreams: x-upstreams:
- id: $${ID} - id: $${ID}

View File

@@ -30,12 +30,7 @@ x-logging-defaults: &logging-defaults
services: services:
shibarium-mainnet: shibarium-mainnet:
build: image: ${SHIBARIUM_BOR_IMAGE:-shibaone/bor}:${SHIBARIUM_MAINNET_BOR_VERSION:-v1.3.9-bone}
context: ./shibarium
dockerfile: bor.Dockerfile
args:
BOR_REPO: ${SHIBARIUM_MAINNET_BOR_REPO:-https://github.com/shibaone/bor}
BOR_VERSION: ${SHIBARIUM_MAINNET_BOR_VERSION:-v1.3.9-bone}
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
@@ -110,12 +105,8 @@ services:
- traefik.http.routers.shibarium-mainnet-bor-pruned-pebble-path.middlewares=shibarium-mainnet-bor-pruned-pebble-path-stripprefix, ipallowlist - traefik.http.routers.shibarium-mainnet-bor-pruned-pebble-path.middlewares=shibarium-mainnet-bor-pruned-pebble-path-stripprefix, ipallowlist
shibarium-mainnet-node: shibarium-mainnet-node:
build: image: ${SHIBARIUM_HEIMDALL_IMAGE:-shibaone/heimdall}:${SHIBARIUM_MAINNET_HEIMDALL_VERSION:-v1.0.7-bone}
context: ./shibarium user: root
dockerfile: cometbft.Dockerfile
args:
CL_IMAGE: ${SHIBARIUM_MAINNET_HEIMDALL_IMAGE:-shibaone/heimdall}
CL_VERSION: ${SHIBARIUM_MAINNET_HEIMDALL_VERSION:-v1.0.7-bone}
ports: ports:
- 1317:1317 - 1317:1317
- 26656:26656 - 26656:26656
@@ -128,11 +119,11 @@ services:
- '1317' - '1317'
environment: environment:
- CHAIN_ID=109 - CHAIN_ID=109
- GENESIS_URL=https://raw.githubusercontent.com/shibaone/heimdall/v1.0.7-bone/builder/files/genesis-shibarium.json - GENESIS_URL=https://raw.githubusercontent.com/shibaone/Shibarium-Bor/mainnet/genesis.json
- IP=${IP} - IP=${IP}
- MONIKER=d${DOMAIN:-local} - MONIKER=d${DOMAIN:-local}
- P2P_PORT=26656 - P2P_PORT=26656
- PERSISTENT_PEERS=${SHIBARIUM_MAINNET_HEIMDALL_PEERS:-96f333f77d5e2f877d3afe4a3643e4f99949ef5c@44.204.200.100:26656,e6676c16d8a9ec98bbbce8d137a3765632720328@18.136.201.99:26656,8c71c016de039e50e48f74683784054f46bd0a1c@3.99.233.157:26656,fb613910f04f0ae0001d93b70552d4d5c358ad78@63.32.53.219:26656,08c3509327941a593eef258f23ab568c10d28905@52.12.214.141:26656} - SEEDS=${SHIBARIUM_HEIMDALL_SEEDS:-52.30.58.231:26656,165.22.210.226:26656,13.235.169.134:26656,144.76.219.130:26656,164.92.77.222:26656}
command: command:
- -c - -c
- 'exec heimdalld start --home $${CMT_HOME:-/root/.heimdalld} --chain 109 --rest-server --rest-server.addr=0.0.0.0:1317 --rpc.laddr=tcp://0.0.0.0:26657 --p2p.laddr=tcp://0.0.0.0:26656' - 'exec heimdalld start --home $${CMT_HOME:-/root/.heimdalld} --chain 109 --rest-server --rest-server.addr=0.0.0.0:1317 --rpc.laddr=tcp://0.0.0.0:26657 --p2p.laddr=tcp://0.0.0.0:26656'
@@ -141,9 +132,8 @@ services:
networks: networks:
- chains - chains
volumes: volumes:
- ${SHIBARIUM_MAINNET_BOR_PRUNED_PEBBLE_PATH__HEIMDALL_DATA:-shibarium-mainnet-bor-pruned-pebble-path_heimdall}:/root/.heimdalld - ${SHIBARIUM_HEIMDALL_DATA:-shibarium-mainnet-heimdall}:/root/.heimdalld
- .jwtsecret:/jwtsecret:ro - .jwtsecret:/jwtsecret:ro
- shibarium-mainnet-bor-pruned-pebble-path_config:/root/.heimdalld/config
logging: *logging-defaults logging: *logging-defaults
labels: labels:
- prometheus-scrape.enabled=true - prometheus-scrape.enabled=true
@@ -152,8 +142,7 @@ services:
volumes: volumes:
shibarium-mainnet-bor-pruned-pebble-path: shibarium-mainnet-bor-pruned-pebble-path:
shibarium-mainnet-bor-pruned-pebble-path_config: shibarium-mainnet-heimdall:
shibarium-mainnet-bor-pruned-pebble-path_heimdall:
x-upstreams: x-upstreams:
- id: $${ID} - id: $${ID}