This repository has been archived by the owner on Dec 13, 2023. It is now read-only.
Docker conductor #2591
javiercanillas
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have been struggling to allow the conductor docker image to be able to call a service hosted on my local machine. I found a way to achieve this by changing a little part of the docker image.
This is useful if you are working with a HTTP task and the endpoint is exposed on the host of the docker image (imagine working locally on a feature where the conductor is hosted on docker and you are developing the endpoint to be called).
So I modified
docker/docker-compose.yaml
and added a new entry belowconductor-server
as follows:By doing so, the whole
conductor-server
entry ended like the following:So when I rebuild the image, I can setup an HTTP task like the following:
Do you think this configuration should be the default?
Beta Was this translation helpful? Give feedback.
All reactions