how can you make docker containers running on Windmill access the same networking as the rest of the
how can you make docker containers running on Windmill access the same networking as the rest of the Windmill services?
I added a redis instance to the docker compose file. I have a Python script running on Windmill that accesses this redis instance successfully
I have a docker container running after I followed the documentation on how to setup docker. The script to run it is as follows:
I get the following error (container running JVM code):
This means that my code inside my container was not able to resolve that redis = my redis instance, but the python code was able to.
I added a redis instance to the docker compose file. I have a Python script running on Windmill that accesses this redis instance successfully
I have a docker container running after I followed the documentation on how to setup docker. The script to run it is as follows:
I get the following error (container running JVM code):
This means that my code inside my container was not able to resolve that redis = my redis instance, but the python code was able to.