Skip to content

Commit

Permalink
Fix espresso test
Browse files Browse the repository at this point in the history
  • Loading branch information
Sneh1999 committed Dec 10, 2024
1 parent 3ea6654 commit 46e6566
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions system_tests/espresso-e2e/docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: "3.9"
services:
espresso-dev-node:
image: ghcr.io/espressosystems/espresso-sequencer/espresso-dev-node:main
image: ghcr.io/espressosystems/espresso-sequencer/espresso-dev-node:latest
ports:
- "$ESPRESSO_SEQUENCER_API_PORT:$ESPRESSO_SEQUENCER_API_PORT"
- "$ESPRESSO_BUILDER_PORT:$ESPRESSO_BUILDER_PORT"
Expand All @@ -14,7 +14,7 @@ services:
- ESPRESSO_SEQUENCER_ETH_MNEMONIC
- ESPRESSO_SEQUENCER_L1_PROVIDER
- ESPRESSO_SEQUENCER_DATABASE_MAX_CONNECTIONS=25
- ESPRESSO_SEQUENCER_STORAGE_PATH=/data/espresso
- ESPRESSO_SEQUENCER_STORAGE_PATH=/tmp/data/espresso
- RUST_LOG=info
- RUST_LOG_FORMAT
extra_hosts:
Expand Down

0 comments on commit 46e6566

Please sign in to comment.