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

feat: use a custom network for docker databases #55

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

MoisesGSalas
Copy link
Member

The main advantage of running the containers in a user defined network is that they have access to the name resolution service provided by docker. This allows containers to refer to each other by container name instead of IP, this is particularly useful when running external container that wants to connect to the DBs (e.g. running a MySQL client in a separate container).

The main advantage of running the containers in a user defined network
is that they have access to the name resolution service provided by
docker. This allows containers to refer to each other by container name
instead of IP, this is particularly useful when running external
container that wants to connect to the DBs (e.g. running a MySQL client
in a separate container).
@MoisesGSalas MoisesGSalas requested a review from a team as a code owner November 1, 2024 16:24
@Ian2012
Copy link
Member

Ian2012 commented Nov 6, 2024

Is this ready to be merged?

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

Successfully merging this pull request may close these issues.

2 participants