Skip to content

Conversation

@Marketen
Copy link
Contributor

@Marketen Marketen commented Jan 2, 2026

This pull request adds support for passing extra command-line options to the sequencer service via the new EXTRA_OPTS environment variable. This allows users to customize the sequencer's startup flags more flexibly, including the ability to specify quoted options.

Environment variable and startup flag handling:

  • Added EXTRA_OPTS as an environment variable in the docker-compose.yml file for the sequencer service, allowing users to specify additional options.
  • Updated sequencer/entrypoint.sh to read EXTRA_OPTS, split it into individual tokens (preserving quoted groups), and append each token to the FLAGS array before starting the sequencer.

@Marketen Marketen merged commit ffc0c72 into main Jan 2, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants