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

[IND-530] get local Indexer docker env working #853

Merged
merged 2 commits into from
Dec 7, 2023
Merged

[IND-530] get local Indexer docker env working #853

merged 2 commits into from
Dec 7, 2023

Conversation

dydxwill
Copy link
Contributor

@dydxwill dydxwill commented Dec 7, 2023

Changelist

get local Indexer docker env working

Test Plan

ran locally

Author/Reviewer Checklist

  • If this PR has changes that result in a different app state given the same prior state and transaction list, manually add the state-breaking label.
  • If the PR has breaking postgres changes to the indexer add the indexer-postgres-breaking label.
  • If this PR isn't state-breaking but has changes that modify behavior in PrepareProposal or ProcessProposal, manually add the label proposal-breaking.
  • If this PR is one of many that implement a specific feature, manually label them all feature:[feature-name].
  • If you wish to for mergify-bot to automatically create a PR to backport your change to a release branch, manually add the label backport/[branch-name].
  • Manually add any of the following labels: refactor, chore, bug.

@dydxwill dydxwill changed the title get local Indexer docker env working [IND-530] get local Indexer docker env working Dec 7, 2023
Copy link

linear bot commented Dec 7, 2023

@@ -121,7 +122,12 @@ services:
- DD_ENV=localnet_${USER}
- DD_AGENT_HOST=datadog-agent
- TENDERMINT_WS_URL=host.docker.internal:26657 # connects to localhost:26657 on host machine
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This can be removed, alongside the NPM_TOKEN.

@dydxwill dydxwill merged commit 6282c8b into main Dec 7, 2023
11 checks passed
@dydxwill dydxwill deleted the wl/qc3 branch December 7, 2023 20:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

Successfully merging this pull request may close these issues.

3 participants