Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a HEALTHCHECK to Docker image #842

Open
stuartc opened this issue Dec 11, 2024 · 0 comments
Open

Add a HEALTHCHECK to Docker image #842

stuartc opened this issue Dec 11, 2024 · 0 comments

Comments

@stuartc
Copy link
Member

stuartc commented Dec 11, 2024

Details

All docker deployments should have heath checks built in, right now we have to specify the health check via the compose file.

Eg:

    healthcheck:
      test: ["CMD", "wget", "--no-verbose", "--tries=1", "--spider", "http://localhost:2222"]
      interval: 30s
      timeout: 5s
      retries: 5

User acceptance criteria

Running the image without specifying the heath check should work automagically.

@stuartc stuartc added this to v2 Dec 11, 2024
@stuartc stuartc moved this to New Issues in v2 Dec 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: New Issues
Development

No branches or pull requests

1 participant