Giter VIP home page Giter VIP logo

Comments (4)

rslota avatar rslota commented on May 26, 2024

Hi @Mo33n ,

The direct issue here is that option PUSH_HTTPS_BIND_ADDR requires IP address, while you have set a domain. But the story here is more complicated then that:

Options PUSH_HTTPS_BIND_ADDR and PUSH_HTTPS_PORT are not very useful in docker environment. Those options must specify the listen IP/Port, but in docker environment there is not much of a choice beside IP address "0.0.0.0" and whatever port docker listens to. You should really change that, since all clients have to connect to docker exposed port and docker IP address anyway, so the MongoosePush settings in this matter don't really matter here.

My suggestion: just leave PUSH_HTTPS_BIND_ADDR and PUSH_HTTPS_PORT unset and run docker with flag -p 443:8443 if you want you host machine to listen on port 443. That should just work.

from mongoosepush.

rslota avatar rslota commented on May 26, 2024

@hi @Mo33n ,

What is the status of this issue? Do you need some further help? If you don't, please let me know and/or close the issue. Thanks!

from mongoosepush.

Mo33n avatar Mo33n commented on May 26, 2024

@rslota i have checked out and complied the code it worked for me.
thanks for the concern though.

from mongoosepush.

Mo33n avatar Mo33n commented on May 26, 2024

Will try your suggestion , and i also believe that your suggestion should work, thanks for the help.

from mongoosepush.

Related Issues (20)

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.