Description
The api-server service in the Docker Compose configuration lacks a healthcheck block to verify service liveness, similar to other services like mcp-server.
Context
Expected Outcome
Add a healthcheck configuration to the api-server service to ensure proper monitoring of service health status during orchestration.
Description
The
api-serverservice in the Docker Compose configuration lacks a healthcheck block to verify service liveness, similar to other services likemcp-server.Context
HOME=/tmpduring image build in GH workflow. #1575HOME=/tmpduring image build in GH workflow. #1575 (comment)tools/deployment/package/docker-compose-all.yamlExpected Outcome
Add a healthcheck configuration to the
api-serverservice to ensure proper monitoring of service health status during orchestration.