Code Monkey home page Code Monkey logo

Comments (5)

gjovanov avatar gjovanov commented on July 17, 2024

Something is not right with your IP addresses:

how is it possible that u have IP address from 2 diff country mapped to a single VM?

Are you sure they are mapped to your VM?

BTW for simplification, you can remove the nginx2 service... It's only needed if you want to server on 443 both COTURN (UDP) and JANUS (TCP - HTTP/WS). Without nginx2 you can still access COTURN on its standard port 3478.

from roomler.

Novienzi avatar Novienzi commented on July 17, 2024

Yes, I am sure. I using azure to add a multiple IP. And even I just using one Ip still got this. Thank you for your help.

from roomler.

gjovanov avatar gjovanov commented on July 17, 2024

The error bind failed: Cannot assign requested address clearly tells you that it cannot connect to the specified IP address. It might be that your IP is not properly assigned or the port 443 is used by some other process. Try lsof.

Btw starting the whole stack via docker-compose requires you, that everything is configured properly for your host infrastructure (firewall, networking, etc). Setting your host infra is beyond of scope of this project.

Hence, I suggest you try first starting all services, one by one (instead via docker-compose), as described in:

In this order:

  1. janus
  2. coturn
  3. mongo
  4. redis
  5. roomler
  6. nginx

You can use docker logs to see the output of each individual service and identify potential errors.

from roomler.

Novienzi avatar Novienzi commented on July 17, 2024

Hi, I have tried run one by one and still got this error. And then I try another way to run the Nginx outside the docker (without docker) and now its already run but I confused why the port 3000 is connected as API and UI either but the problem is UI cant running because cant connects with the API. would you mind to help me?

from roomler.

gjovanov avatar gjovanov commented on July 17, 2024

In development mode, we separate the UI (port 3000) and API (port 3001) for the convenience sake only... E.g. if we make changes in the API during development, we don't want to wait for the whole UI to rebuild and vice versa... But in production mode, both UI and API are accessible on port (3000) and 3001 is not used.

from roomler.

Related Issues (16)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.