Thanks to visit codestin.com
Credit goes to github.com

Skip to content

default service's healthcheck need to be fixed in docker-compose.yaml #973

@ravi-dhime

Description

@ravi-dhime

default service healthcheck is

curl --fail http://localhost:8080

This healthcheck has 2 issues, because of which the container always remains in unhealthy state

  1. curl is not there in the container
  2. localhost:8080 returns 405 always

docker image version: gcr.io/diffgram-open-core/default:1.2.5
diffgram version: 1.2.5

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions