deploy: regenerate compose from vibe-node main 02930ac0a52b

This commit is contained in:
2026-09-11 06:32:40 +00:00
parent 75e92270c6
commit dd059dfa1e
15 changed files with 59 additions and 69 deletions

View File

@@ -34,12 +34,6 @@ services:
entrypoint: [/bin/sh, -c]
command:
- |
if [ ! -f /jwt/jwt.hex ]; then
echo 'INFO Generating jwt secret'
openssl rand -hex 32 | tr -d '\n' > /jwt/jwt.hex
else
echo 'INFO JWT secret already exists'
fi
if [ ! -f /consensus/ec-secp256k1-non-validator.pem ]; then
echo 'INFO Generating secp256k1 keypair for non-validator'
openssl ecparam -name secp256k1 -genkey -noout -out /consensus/ec-secp256k1-non-validator.pem
@@ -53,7 +47,6 @@ services:
- chains
volumes:
- ${PLASMA_TESTNET_RETH_PRUNED_TRACE_CONSENSUS_DATA:-plasma-testnet-reth-pruned-trace-consensus}:/consensus:rw
- plasma-testnet-reth-pruned-trace-jwt:/jwt:rw
logging: *logging-defaults
plasma-testnet-initialize-consensus:
@@ -87,7 +80,7 @@ services:
volumes:
- ${PLASMA_TESTNET_RETH_PRUNED_TRACE_CONSENSUS_DATA:-plasma-testnet-reth-pruned-trace-consensus}:/consensus:rw
- ./plasma/testnet/genesis.json:/node/genesis.json:ro
- plasma-testnet-reth-pruned-trace-jwt:/jwt:ro
- .jwtsecret:/jwt/jwt.hex:ro
logging: *logging-defaults
plasma-testnet-initialize-execution:
@@ -115,7 +108,7 @@ services:
volumes:
- ${PLASMA_TESTNET_RETH_PRUNED_TRACE_EXECUTION_DATA:-plasma-testnet-reth-pruned-trace-execution}:/execution:rw
- ./plasma/testnet/genesis.json:/node/genesis.json:ro
- plasma-testnet-reth-pruned-trace-jwt:/jwt:ro
- .jwtsecret:/jwt/jwt.hex:ro
logging: *logging-defaults
plasma-testnet:
@@ -174,8 +167,8 @@ services:
volumes:
- ${PLASMA_TESTNET_RETH_PRUNED_TRACE_EXECUTION_DATA:-plasma-testnet-reth-pruned-trace-execution}:/execution:rw
- ./plasma/testnet/genesis.json:/node/genesis.json:ro
- .jwtsecret:/jwt/jwt.hex:ro
- /slowdisk:/slowdisk
- plasma-testnet-reth-pruned-trace-jwt:/jwt:ro
healthcheck:
test: [CMD, bash, -c, exec 6<> /dev/tcp/localhost/8545 && exec 6<> /dev/tcp/localhost/8551]
interval: 10s
@@ -233,7 +226,7 @@ services:
- ./plasma/testnet/identities:/node/identities:ro
- ./plasma/testnet/keys:/node/keys:ro
- ./plasma/testnet/non-validator.toml:/config/non-validator.toml:ro
- plasma-testnet-reth-pruned-trace-jwt:/jwt:ro
- .jwtsecret:/jwt/jwt.hex:ro
logging: *logging-defaults
labels:
- prometheus-scrape.enabled=true
@@ -242,7 +235,6 @@ services:
volumes:
plasma-testnet-reth-pruned-trace-consensus:
plasma-testnet-reth-pruned-trace-execution:
plasma-testnet-reth-pruned-trace-jwt:
x-upstreams:
- id: $${ID}