Docker – Golang testcontainers, can't get network to work
I am trying to create some tests in my microservice, I want to create a network, attach my db testcontainer (postgres) and my microservice testcontainer to that. Whatever I try i just cant get my microservice to connect to the…