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 healthcheck service for docker #1

Closed
volker76 opened this issue Sep 1, 2023 · 2 comments
Closed

Add healthcheck service for docker #1

volker76 opened this issue Sep 1, 2023 · 2 comments
Labels
enhancement New feature or request testing in testing state - use dev_and_test branch to validate

Comments

@volker76
Copy link
Owner

volker76 commented Sep 1, 2023

be able to use a
HEALTHCHECK --interval=5s --timeout=10s --retries=3 CMD curl --fail http://localhost:80/healthcheck || exit 1
or
healthcheck:
test: curl --fail http://localhost:80/healthcheck || exit 1
interval: 10s
timeout: 5s
retries: 3

@volker76 volker76 added the enhancement New feature or request label Sep 1, 2023
@volker76
Copy link
Owner Author

volker76 commented Oct 3, 2023

implemented in dev_and_test with 8fd60f1

@volker76 volker76 added the testing in testing state - use dev_and_test branch to validate label Oct 3, 2023
@volker76
Copy link
Owner Author

volker76 commented Oct 3, 2023

fix with v0.9.9

@volker76 volker76 closed this as completed Oct 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request testing in testing state - use dev_and_test branch to validate
Projects
None yet
Development

No branches or pull requests

1 participant