deploy: regenerate compose from vibe-node main 07b0472e0d1a

This commit is contained in:
2026-07-08 11:49:07 +00:00
parent ad93d73f12
commit cf26455d3a
71 changed files with 110 additions and 81 deletions

View File

@@ -90,8 +90,14 @@ services:
volumes:
- ${LINEA_MAINNET_GETH_PRUNED_PEBBLE_PATH_DATA:-linea-mainnet-geth-pruned-pebble-path}:/root/.ethereum
- ./linea/mainnet:/config
- ./linea/scripts/engine-healthcheck.sh:/engine-healthcheck.sh:ro
- .jwtsecret:/jwtsecret:ro
- /slowdisk:/slowdisk
healthcheck:
test: [CMD-SHELL, /engine-healthcheck.sh]
interval: 5s
start_period: 60s
retries: 30
logging: *logging-defaults
labels:
- prometheus-scrape.enabled=true
@@ -130,6 +136,10 @@ services:
envsubst < /config/maru/config.toml.template > /config.toml
exec java -Dlog4j2.configurationFile=/config/maru/log4j.xml -jar /opt/consensys/maru/maru.jar --network=linea-mainnet --config=/config.toml "$@"
restart: unless-stopped
depends_on:
linea-mainnet-geth:
condition: service_healthy
restart: true
networks:
- chains
volumes: