@colyseus/proxy sees undefined nodes in Redis when running cluster in Docker on #878
Unanswered
luismariotti1
asked this question in
Q&A
Replies: 1 comment
-
|
HI @luismariotti1, you can provide the It is important to note the See https://docs.colyseus.io/deployment/scalability#make-each-colyseus-process-publicly-accessible |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone,
I'm having trouble setting up a Colyseus cluster with Docker on WSL2. My goal is to use @colyseus/proxy to load balance between multiple nodes, but the nodes are registering themselves with an undefined address in Redis. This prevents the proxy from being able to route traffic correctly.
I suspect this is a networking issue related to how a Colyseus node inside a Docker container on WSL2 determines its public address.
Beta Was this translation helpful? Give feedback.
All reactions