Closed
Description
- Gitea version (or commit ref):
- Git version:
- Operating system: docker
- Database (use
[x]
):- PostgreSQLMySQLMSSQLSQLite
- Can you reproduce the bug at https://try.gitea.io:
- Yes (provide example URL)NoNot relevant
- Log gist:
Description
Docker can check containers for if their services are alive. This can/should be built into the container image itself and is basically a command that checks if the service is alive and kicking.
Screenshots
Metadata
Metadata
Assignees
Type
Projects
Milestone
Relationships
Development
No branches or pull requests
Activity
zeripath commentedon Aug 6, 2020
PRs are welcome
stale commentedon Oct 12, 2020
This issue has been automatically marked as stale because it has not had recent activity. I am here to help clear issues left open even if solved or waiting for more insight. This issue will be closed if no further activity occurs during the next 2 weeks. If the issue is still valid just add a comment to keep it alive. Thank you for your contributions.
modem7 commentedon Apr 19, 2022
It would be easy enough if the API had some form of public /health endpoint (I looked, but couldn't find one. The /version endpoint requires a login).
If that occurred, we'd be able to do a healthcheck with something like:
wxiaoguang commentedon May 4, 2022
The health check endpoint has been merged.