From 829cd78404df22021eb463fc8b18d8667f7725e6 Mon Sep 17 00:00:00 2001 From: Piotr Rogowski Date: Fri, 23 Dec 2022 11:01:37 +0100 Subject: [PATCH] Update README --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e1c1906..066262b 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ Now you can access the admin UI at: [https://your-instance.com/_/](https://your- [https://hub.docker.com/r/karniv001/hypertuner-cloud-backend](https://hub.docker.com/r/karniv001/hypertuner-cloud-backend) ```bash -docker pull karniv001/hypertuner-cloud-backend:1.2.0 +docker pull karniv001/hypertuner-cloud-backend:1.2.3 ``` ## Upgrading @@ -85,6 +85,10 @@ https://{FRONTEND-URL}/?redirect=oauth&provider=facebook Copy/load `pb_schema.json` to `Settings -> Sync -> Import collections` in the admin UI. +### Health check + +You can use the `/api/health` endpoint to check if the application is up and running. + ## Building from source ```bash