-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't connect directly to redis from integration test #12
Comments
Not sure, but what is this IP |
I have no idea, that's what the cloud build console shows. I'n another project that uses both mysql and redis, when running the integration tests: when trying to connect to the mysql service:
when trying to connect to the redis service:
This other project also spins a node service with compose (like this repo), and connecting to that service from the integration test works (If I omit the protocol). |
Did you verify that the code from this repo works out of the box? |
Just did that, what isn't working is remapping ports in compose ports configuration:
Then I get the weird IPs errors:
|
HI, I'm trying to connect directly to the redis server from the integration test by adding a
container_name
to the redis service in the compose yaml like this:And then doing in the integration test step:
But I get an error in the cloud build console:
Any idea why?
The text was updated successfully, but these errors were encountered: