From b12de75a35951065398d2cb6beaa64ffe533fd2d Mon Sep 17 00:00:00 2001 From: ImJeremyHe Date: Thu, 18 Apr 2024 10:36:35 +0800 Subject: [PATCH] Fix builder image --- docker-compose.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docker-compose.yaml b/docker-compose.yaml index 471eb560..659cd8b0 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -426,6 +426,7 @@ services: image: ghcr.io/espressosystems/espresso-sequencer/sequencer:arbitrum-integrationmusl ports: - "$ESPRESSO_SEQUENCER_API_PORT:$ESPRESSO_SEQUENCER_API_PORT" + - "$ESPRESSO_SEQUENCER_HOTSHOT_EVENT_STREAMING_API_PORT:$ESPRESSO_SEQUENCER_HOTSHOT_EVENT_STREAMING_API_PORT" # Run the API server (with options taken from the environment) and the optional submission API command: sequencer -- http -- query -- status -- submit environment: @@ -558,7 +559,7 @@ services: retries: 20 permissionless-builder: - image: ghcr.io/espressosystems/espresso-sequencer/permissionless-builder:main + image: ghcr.io/espressosystems/espresso-sequencer/builder:main ports: - "$ESPRESSO_BUILDER_SERVER_PORT:$ESPRESSO_BUILDER_SERVER_PORT" environment: