Communication between containers? #777
Unanswered
diazwatson
asked this question in
Help & Support
Replies: 1 comment 4 replies
-
If the services you're working with are in a docker container, and using an image you built locally or that's publicly available, you can just add it to your |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am working on a Magento2 project that requires to communicate with external services.
Those external services are running in their own container (no using warden).
If I had to work with this Magento2 project running Nginx, MySql, PHP etc directly on my mac I would just map the service containers in my host file as follow:
But using warden, what can I do to allow Magento2 to communicate with all these services in another container?
Has someone had a similar issue?
Thanks in advance
Beta Was this translation helpful? Give feedback.
All reactions