deploy: regenerate compose from vibe-node main 91d4f07dcd8a

This commit is contained in:
2026-07-11 10:32:47 +00:00
parent ea7d207994
commit a47324ed0a
7 changed files with 5 additions and 7 deletions

View File

@@ -56,7 +56,6 @@ services:
- --execution.caching.trie-clean-cache=${ROBINHOOD_MAINNET_NITRO_PRUNED_PEBBLE_PATH_TRIE_CLEAN_CACHE:-600}
- --execution.caching.trie-dirty-cache=${ROBINHOOD_MAINNET_NITRO_PRUNED_PEBBLE_PATH_TRIE_DIRTY_CACHE:-1024}
- --execution.forwarding-target=https://rpc.mainnet.chain.robinhood.com
- --execution.rpc.filter-log-cache-size=${ROBINHOOD_MAINNET_NITRO_PRUNED_PEBBLE_PATH_FILTER_LOG_CACHE:-32}
- --execution.rpc.gas-cap=5500000000
- --execution.sequencer.enable=false
- --http.addr=0.0.0.0

View File

@@ -56,7 +56,6 @@ services:
- --execution.caching.trie-clean-cache=${ROBINHOOD_TESTNET_NITRO_PRUNED_PEBBLE_PATH_TRIE_CLEAN_CACHE:-600}
- --execution.caching.trie-dirty-cache=${ROBINHOOD_TESTNET_NITRO_PRUNED_PEBBLE_PATH_TRIE_DIRTY_CACHE:-1024}
- --execution.forwarding-target=https://rpc.testnet.chain.robinhood.com
- --execution.rpc.filter-log-cache-size=${ROBINHOOD_TESTNET_NITRO_PRUNED_PEBBLE_PATH_FILTER_LOG_CACHE:-32}
- --execution.rpc.gas-cap=5500000000
- --execution.sequencer.enable=false
- --http.addr=0.0.0.0

View File

@@ -120,7 +120,7 @@ services:
logging: *logging-defaults
morph-mainnet-archive-node:
image: ${MORPH_MORPH_IMAGE:-ghcr.io/morph-l2/node}:${MORPH_MAINNET_MORPH_VERSION:-0.5.7}
image: ${MORPH_MORPH_IMAGE:-ghcr.io/morph-l2/node}:${MORPH_MAINNET_MORPH_VERSION:-0.6.0}
ports:
- 16860:26656
- 16860:26656/udp

View File

@@ -35,7 +35,7 @@ services:
image: ${TEMPO_RETH_IMAGE:-ghcr.io/tempoxyz/tempo}:${TEMPO_CONSENSUS_KEYGEN_VERSION:-1.9.1}
entrypoint: [/bin/sh, -c]
command:
- '[ ! -f /secrets/validator_key.json ] && tempo consensus generate-signing-key --output /secrets/validator_key.json'
- '[ -f /secrets/validator_key.json ] || tempo consensus generate-signing-key --output /secrets/validator_key.json'
restart: no
networks:
- chains

View File

@@ -35,7 +35,7 @@ services:
image: ${TEMPO_RETH_IMAGE:-ghcr.io/tempoxyz/tempo}:${TEMPO_CONSENSUS_KEYGEN_VERSION:-1.9.1}
entrypoint: [/bin/sh, -c]
command:
- '[ ! -f /secrets/validator_key.json ] && tempo consensus generate-signing-key --output /secrets/validator_key.json'
- '[ -f /secrets/validator_key.json ] || tempo consensus generate-signing-key --output /secrets/validator_key.json'
restart: no
networks:
- chains

View File

@@ -35,7 +35,7 @@ services:
image: ${TEMPO_RETH_IMAGE:-ghcr.io/tempoxyz/tempo}:${TEMPO_CONSENSUS_KEYGEN_VERSION:-1.9.1}
entrypoint: [/bin/sh, -c]
command:
- '[ ! -f /secrets/validator_key.json ] && tempo consensus generate-signing-key --output /secrets/validator_key.json'
- '[ -f /secrets/validator_key.json ] || tempo consensus generate-signing-key --output /secrets/validator_key.json'
restart: no
networks:
- chains

View File

@@ -35,7 +35,7 @@ services:
image: ${TEMPO_RETH_IMAGE:-ghcr.io/tempoxyz/tempo}:${TEMPO_CONSENSUS_KEYGEN_VERSION:-1.9.1}
entrypoint: [/bin/sh, -c]
command:
- '[ ! -f /secrets/validator_key.json ] && tempo consensus generate-signing-key --output /secrets/validator_key.json'
- '[ -f /secrets/validator_key.json ] || tempo consensus generate-signing-key --output /secrets/validator_key.json'
restart: no
networks:
- chains