Skip to content

Commit

Permalink
Fix builder image
Browse files Browse the repository at this point in the history
  • Loading branch information
ImJeremyHe committed Apr 18, 2024
1 parent 9aaaf29 commit b12de75
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit b12de75

Please sign in to comment.