-
Notifications
You must be signed in to change notification settings - Fork 477
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
merge sandbox with docker-compose #1319
Conversation
Signed-off-by: Fotis Nikolaidis <[email protected]>
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #1319 +/- ##
==========================================
- Coverage 80.33% 80.17% -0.17%
==========================================
Files 95 103 +8
Lines 6602 7076 +474
==========================================
+ Hits 5304 5673 +369
- Misses 1298 1403 +105 ☔ View full report in Codecov by Sentry. |
Signed-off-by: Fotis Nikolaidis <[email protected]>
Signed-off-by: Fotis Nikolaidis <[email protected]>
Signed-off-by: Fotis Nikolaidis <[email protected]>
Signed-off-by: Fotis Nikolaidis <[email protected]>
Signed-off-by: Fotis Nikolaidis <[email protected]>
|
||
echo "Adding vector-search to /etc/hosts" | ||
echo 127.0.0.1 vector-search | sudo tee -a /etc/hosts | ||
|
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.
we only need
echo "Adding mongo to /etc/hosts"
echo 127.0.0.1 mongodb | sudo tee -a /etc/hosts
other serivce do not require us to have these thing appended
Description
Related Issues
Checklist
make test
successfully?Additional Notes or Comments