Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(node): add profiles to docker services #206

Closed
wants to merge 1 commit into from

Conversation

RogerLamTd
Copy link
Contributor

closes #200

Adds profiles driver, prover, and proposer so unused services don't run. You must select at least one of the three.

  • If only running driver, docker compose --profile driver up -d; volumes and images can be stopped with docker compose --profile driver down -v.
  • Replace driver with prover or proposer to run each respective set of services. Grafana and prometheus services will run on all three

@RogerLamTd RogerLamTd requested a review from davidtaikocha April 3, 2024 21:52
@RogerLamTd RogerLamTd self-assigned this Apr 3, 2024
@davidtaikocha
Copy link
Member

closed by #205

@RogerLamTd RogerLamTd deleted the only-proposer-prover-driver branch June 5, 2024 21:13
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.

feat: only start proposer / prover using simple-taiko-node
2 participants