Skip to content

Add healthcheck to docker-compose #75

@fiddur

Description

@fiddur

Add Docker healthchecks to the services in docker-compose.yml to enable proper orchestration and monitoring of container health.

This would allow Docker to automatically restart unhealthy containers and provide better visibility into service status.

Suggested implementation:

  • Add healthcheck for backend service (e.g., curl -f http://localhost:3000/status)
  • Add healthcheck for web service (e.g., curl -f http://localhost:80/)
  • Configure appropriate intervals, timeouts, and retry counts

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