Hi,
i am trying to run an application with the remote docker executor.
This is located at tcp://aaa.bbb.ccc.ddd:2376 and my setup via testcontainers https://www.testcontainers.org will try to start a postgres + localstack instance. Testcontainers will then use i.e. tcp://aaa.bbb.ccc.ddd:34512 to contact the psql database. The port has been mapped in docker by testcontainers but the other container, that does the build in the remote docker, cannot access it.
Is there a way to make this work?
I now have to use the machine executor as suggested in the testcontainers docs https://www.testcontainers.org/supported_docker_environment/continuous_integration/circle_ci/
This is quite slow though and it might have a higher price attached to it in the future.
Regards,
Sebastian