As the title explains i'm trying to connect 2 instances of docker-compose together. One is the data api, and the other is the actual application.
The solutions i've found are all docker-compose v2 or v1, nothing for version 3.
I've so far tried a normal docker-compose, but cant ping from one to the other. I've also tried adding networks, but this creates networks like this: DataAPI_network FrontEnd_network So they're not connecting to the same network.
I don't think i need to share actual code for this, if you want to know something more, please just leave a comment.