GithubHelp home page GithubHelp logo

Comments (3)

bubuntux avatar bubuntux commented on September 15, 2024

The image used to have the helthcheck i removed because is actually checking if the connection is up and not necessarily if the service is up, there's a small diff there. i haven't find a proper healthcheck that i like.

Anyway you can manually add one thought command line or docker-compose to fulfill your needs

please consider creating merge request with a heatlcheck if you find one generic enough, thanks!

from nordvpn.

bubuntux avatar bubuntux commented on September 15, 2024

also.. is just setup using docker-compose?
if so i believe the dependent components will wait until the nordvpn container is up and ready

from nordvpn.

stickystyle avatar stickystyle commented on September 15, 2024

FYI - this is the healthcheck I use in my docker-compose, it just checks if the tunnel is up; better than nothing I suppose.

    healthcheck:
      test: "ifconfig | grep ^tun0 > /dev/null"
      interval: 15s
      timeout: 1s

from nordvpn.

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.