deploy: regenerate compose from vibe-node main 07b0472e0d1a
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user