Skip to content

Healthcheck failures lead to backend constantly unhealthy #1150

@OutOfThisPlanet

Description

@OutOfThisPlanet

There seems to be a backend healthcheck with a hardcoded "localhost:8400" that constantly fails in production:

Image

This seems to be coming from here :

CMD wget --spider http://localhost:8400 || exit 1

Is there a way to disable this without editing the file manually?
Or alternatively, could it be set to the "NEXT_PUBLIC_API_BASE_URL" instead?

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