AtomGraph / LinkedDataHub

The low-code Knowledge Graph application platform. Apache license.
https://atomgraph.github.io/LinkedDataHub/
Apache License 2.0
483 stars 120 forks source link

Implement `HEALTCHECK` in LDH Docker image #170

Closed namedgraph closed 1 year ago

namedgraph commented 1 year ago

This should make it possible to use depends_on (nginx depends on linkeddatahub) with a condition and avoid the custom nginx Docker image:

services:
  web:
    build: .
    depends_on:
      db:
        condition: service_healthy
        restart: true
      redis:
        condition: service_started