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 support for specifying healthchecks via HealthConfig of ContainerSpec #51

Closed
bohdan-shulha opened this issue Jul 4, 2024 · 1 comment
Labels
feat New feature or request good first issue Good for newcomers
Milestone

Comments

@bohdan-shulha
Copy link
Contributor

To improve reliability of the hosted services, Swarm needs to know whether the service is healthy or not.

https://docs.docker.com/engine/api/v1.46/#tag/Service/operation/ServiceCreate

Example usage here: https://github.com/dunglas/frankenphp/blob/main/Dockerfile#L27

@github-actions github-actions bot added the triage label Jul 4, 2024
@bohdan-shulha bohdan-shulha added this to the Post-MVP milestone Jul 17, 2024
@bohdan-shulha bohdan-shulha modified the milestones: Post-MVP, MVP Jul 26, 2024
@bohdan-shulha bohdan-shulha added good first issue Good for newcomers feat New feature or request and removed triage labels Aug 28, 2024
@bohdan-shulha
Copy link
Contributor Author

Should be implemented as an input after the release/run command.

Release/run commands and healthcheck have to be implemented as a secondary actions.

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feat New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant