Update README

This commit is contained in:
Piotr Rogowski 2022-12-23 11:01:37 +01:00
parent 9073876df6
commit 829cd78404
No known key found for this signature in database
GPG Key ID: 4A842D702D9C6F8F
1 changed files with 5 additions and 1 deletions

View File

@ -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