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

Port bindings for webstore services #257

Closed
puckpuck opened this issue Aug 3, 2022 · 1 comment · Fixed by #272
Closed

Port bindings for webstore services #257

puckpuck opened this issue Aug 3, 2022 · 1 comment · Fixed by #272
Labels
question Further information is requested

Comments

@puckpuck
Copy link
Contributor

puckpuck commented Aug 3, 2022

I just got this after running docker compose up

Error response from daemon: Ports are not available: listen tcp 0.0.0.0:7000: bind: address already in use

Turns out port 7000 is used by MacOS for AirPlay. The same port we have the currency service binding to.

I think it makes sense we only use ports in the dynamic range (49151 - 65535) for each service in the demo. Things like the Otel collector, Grafana, Prometheus, etc should stay where they are, but the webstore services should be binding to ports that are less likely to be used for other reasons.

@puckpuck puckpuck added the question Further information is requested label Aug 3, 2022
@cartersocha
Copy link
Contributor

Interesting issue. Thanks for bringing this up. @mic-max fyi 🦞

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants