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

Required ports #57

Open
slifty opened this issue Jan 10, 2023 · 0 comments
Open

Required ports #57

slifty opened this issue Jan 10, 2023 · 0 comments

Comments

@slifty
Copy link
Contributor

slifty commented Jan 10, 2023

I just faced an issue where I was running postgres already on my host machine for another project. Vagrant's requests were getting routed to that instance instead of to the docker / devenv instance of postgres.

In an ideal world our devenv would be able to function with a minimal port footprint on the host machine, though for now that may be challenging so long as we're using docker and vagrant (it MIGHT be achievable though, if we could somehow have vagrant talk directly to docker rather than going through host / 10.0.2.2).

In the short term, though, we should document the required port footprint in our README.

It would also be useful to have the docker compose command somehow flip out if various required ports are already in use on the host machine.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant