Connecting 2 devilbox's

Hi, I have 2 devilbox instances running on my docker.

lets says devilbox 1 is running service at backend.loc and devilbox 2 is running service at frontend.loc

is there a way to make the service in devilbox 2 (frontend.loc) able to access backend.loc?

Why don’t you simply create two projects (vhosts) within Devilbox and have them communicate via their vhost name? That’s actually the whole point of having multiple projects (e.g.: also microservices)