Problem in deploying cadence frontend, history, worker, matching in different machines using docker #5067
Answered
by
mantas-sidlauskas
subhash-veluru
asked this question in
Q&A
-
Beta Was this translation helpful? Give feedback.
Answered by
mantas-sidlauskas
Jan 10, 2023
Replies: 1 comment 1 reply
-
Self-identification part is reporting You can use |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
subhash-veluru
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Self-identification part is reporting
ip
address from container environment. As your services are running in separate containers, they are announcing self-address172.17.0.2
via ringpop.You can use
docker run --network host
to resolve machine IP, and/or try to hint using docker run with-e BIND_ON_IP