Hi I have just begun experimenting with dagger for a java application and able to run the integration tests with a database service.
As part of build process I would like to capture some metadata about the tests and etc to an externally hosted database ( ie this database is not running the host machine)
I have looked at the container to host networking example in 0.9, but still not understanding how i can let the code that posts to the remote database get access to the remote db machine/port from within dagger. And eventually want this to be running on gitlab + dagger
Appreciate your help. Thank you.