Skip to content

Problem in deploying cadence frontend, history, worker, matching in different machines using docker #5067

Discussion options

You must be logged in to vote

Self-identification part is reporting ip address from container environment. As your services are running in separate containers, they are announcing self-address 172.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

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@MrBoss276
Comment options

Answer selected by MrBoss276
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants