发布

  • fix(docker): add HEALTHCHECK instruction (#1331)

    frostbyte_neo 发布于 2025-12-11 23:17:56 +00:00

    • fix(docker): add HEALTHCHECK instruction + bump to 1.3.6

    Add HEALTHCHECK to Dockerfile for container orchestration (Docker, K8s).
    Uses Python urllib since curl is not installed in production image.

    Checks /api/v1/health endpoint every 30s with 60s startup grace period.

    • chore: auto-bump version to 1.3.10

    Co-authored-by: GitHub Action action@github.com

    下载附件