Skip to content

Commit

Permalink
remove catchup and state modules from sequencer docker file
Browse files Browse the repository at this point in the history
  • Loading branch information
imabdulbasit committed Feb 11, 2025
1 parent 928ceba commit 00a625e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docker/sequencer.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,6 @@ RUN chmod +x /bin/sequencer
# configuration beyond the lifetime of the Docker container itself.
ENV ESPRESSO_SEQUENCER_STORAGE_PATH=/store/sequencer

# We run the additional `status` and `catchup` modules by default. These are modules that require
# minimal resources (no persistent storage) but improve the functionality of the network.
CMD ["/bin/sequencer", "--", "http", "--", "status", "--", "catchup"]
CMD ["/bin/sequencer", "--", "http"]
HEALTHCHECK --interval=1s --timeout=1s --retries=100 CMD curl --fail http://localhost:${ESPRESSO_SEQUENCER_API_PORT}/healthcheck || exit 1
EXPOSE ${ESPRESSO_SEQUENCER_API_PORT}

0 comments on commit 00a625e

Please sign in to comment.