-
Notifications
You must be signed in to change notification settings - Fork 325
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
dockerephemeral environment: give ES an http interface (needed for old brig) #4062
Conversation
# that. | ||
# | ||
# see also: git grep -Hn 'elasticsearch:' ../../brig.yaml | ||
listen 9201; |
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.
wait. are we even running an nginz for federation-v0 here? docker-compose ps says no, which makes sense. so maybe we need to run an nginz just so we don't need to run a second ES instance that speaks http?
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.
Yes, we are running nginz.
@@ -11,7 +11,7 @@ cassandra: | |||
|
|||
elasticsearch: | |||
# FUTUREWORK: use separate ES v0 instance | |||
url: http://elastic:changeme@demo_wire_elasticsearch:9200 | |||
url: http://127.0.0.1:9201/ |
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.
url: http://127.0.0.1:9201/ | |
url: http://demo_wire_nginz:9201/ |
? or what's nginz's name here?
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.
It's nginz-federation-v0
.
78edf5f
to
f840932
Compare
@@ -11,7 +11,7 @@ cassandra: | |||
|
|||
elasticsearch: | |||
# FUTUREWORK: use separate ES v0 instance |
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 guess we don't need this anymore.
https://wearezeta.atlassian.net/browse/WPB-9000
Checklist
changelog.d