-
Notifications
You must be signed in to change notification settings - Fork 1
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
DM-48635 Add tooling for local testing of consdb #67
Conversation
cb89793
to
2a9977d
Compare
Minor suggestion: I would put container-related config in a top-level directory called |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I noticed this file was added, but I’m not entirely sure how it fits into the current changes. Any particular reason?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me!
This addition creates the ability to easily set up a local deployment of consdb. The steps are
docker-compose.yml
(optional)docker compose up --build
in the extras directory