Skip to content

Conversation

ChrisPC-39
Copy link
Collaborator

Closes #362

Adds a healthcheck in Containerfile.lite

@ChrisPC-39 ChrisPC-39 requested a review from crivetimihai as a code owner July 14, 2025 14:00
@crivetimihai
Copy link
Member

Not sure it's working?

docker ps | grep mcp
937c97964e92   mcpgateway/mcpgateway:latest   "./run-gunicorn.sh"      53 seconds ago   Up 52 seconds (health: starting)                                               mcpgateway

@ChrisPC-39
Copy link
Collaborator Author

ChrisPC-39 commented Jul 15, 2025

Hm, always getting healthy on my side. Will investigate further

e23b192f19a2   mcpgateway/mcpgateway:latest   "./run-gunicorn.sh"   12 seconds ago   Up 12 seconds (healthy)   0.0.0.0:4444->4444/tcp, :::4444->4444/tcp   mcpgateway

@ChrisPC-39
Copy link
Collaborator Author

Tested in VM as well and logs show healthy. Ran make docker and make docker-run

docker ps --filter name=mcpgateway --format "table {{.Names}}\t{{.Status}}"
NAMES        STATUS
mcpgateway   Up About a minute (healthy)

@crivetimihai crivetimihai merged commit 0499d8c into IBM:main Jul 15, 2025
25 checks passed
@ChrisPC-39 ChrisPC-39 deleted the health-check branch July 16, 2025 08:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[CHORE]: Implement Docker HEALTHCHECK
2 participants