fractal-analytics-platform / fractal-containers

Containers for testing Fractal
BSD 3-Clause "New" or "Revised" License
1 stars 0 forks source link

Only start web-client if web-server is alive #5

Closed tcompa closed 11 months ago

tcompa commented 11 months ago

The relevant endpoint is /api/alive/, see https://fractal-analytics-platform.github.io/fractal-server/openapi/:

curl -X 'GET' \
  'http://fractal-server/api/alive/' \
  -H 'accept: application/json'
aangelone2 commented 11 months ago

Solved in c86cbb4