@@ -411,37 +411,26 @@ services:
411411 - /var/run/docker.sock:/var/run/docker.sock
412412
413413 espresso-dev-node :
414- # TODO: revert to `:main` tag once we are compatible with the marketplace builder
415- image : ghcr.io/espressosystems/espresso-sequencer/espresso-dev-node:20240919-dev-node-legacy-builder
414+ image : ghcr.io/espressosystems/espresso-sequencer/espresso-dev-node:main
416415 ports :
417416 - " $ESPRESSO_SEQUENCER_API_PORT:$ESPRESSO_SEQUENCER_API_PORT"
418417 - " $ESPRESSO_BUILDER_PORT:$ESPRESSO_BUILDER_PORT"
419418 - " $ESPRESSO_DEV_NODE_PORT:$ESPRESSO_DEV_NODE_PORT"
420419 environment :
421- - ESPRESSO_SEQUENCER_L1_PROVIDER
422- - ESPRESSO_SEQUENCER_ETH_MNEMONIC
423- - ESPRESSO_DEPLOYER_ACCOUNT_INDEX
424- - ESPRESSO_SEQUENCER_API_PORT
425420 - ESPRESSO_BUILDER_PORT
421+ - ESPRESSO_DEPLOYER_ACCOUNT_INDEX
426422 - ESPRESSO_DEV_NODE_PORT
423+ - ESPRESSO_SEQUENCER_API_PORT
424+ - ESPRESSO_SEQUENCER_ETH_MNEMONIC
425+ - ESPRESSO_SEQUENCER_L1_PROVIDER
426+ - ESPRESSO_SEQUENCER_DATABASE_MAX_CONNECTIONS=25
427+ - ESPRESSO_SEQUENCER_STORAGE_PATH=/data/espresso
427428 - RUST_LOG=info
428429 - RUST_LOG_FORMAT
429- - ESPRESSO_DEPLOYER_ALT_CHAIN_PROVIDERS
430- - ESPRESSO_DEPLOYER_ALT_MNEMONICS
431- - ESPRESSO_SEQUENCER_DEPLOYER_ALT_INDICES
432- depends_on :
433- - geth
434- - sequencer
435- healthcheck :
436- test :
437- [
438- " CMD-SHELL" ,
439- " curl -fL http://localhost:$ESPRESSO_DEV_NODE_PORT || exit 1" ,
440- ]
441- interval : 30s
442- timeout : 10s
443- retries : 5
444- start_period : 40s
430+ volumes :
431+ - espresso_storage:/data/espresso
432+ extra_hosts :
433+ - " host.docker.internal:host-gateway"
445434
446435 # Reads from sequencer feed, forwards transactions to sequencer
447436 full-node :
@@ -534,3 +523,4 @@ volumes:
534523 das-committee-a-data :
535524 das-committee-b-data :
536525 das-mirror-data :
526+ espresso_storage :
0 commit comments