Skip to content

Feature request: Health check #25

@vincentjorgensen

Description

@vincentjorgensen

Hi! I love this app. I created a docker compose file to use it—in lieu of k3d registry create—so that I can explicitly set the IP address it listens on. While doing so, I realized the dockerfile doesn't have a HEALTHCHECK directive. No biggie, but it would be nice. Even just something to safely fill this section in:

services:
  registry:
  healthcheck:
    test: ["CMD", "curl", "-f", "http://localhost"] # WHAT SHOULD GO HERE?
    interval: 1m30s
    timeout: 10s
    retries: 3
    start_period: 40s
    start_interval: 5s

If any other users have suggestions that do not involve modifying the code, I'm all ears!

thanks again for the great service. Cheers, Vincent

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions