mirror of
https://github.com/noodlapp/noodl-cloudservice.git
synced 2026-01-11 23:02:54 +01:00
Initial commit
Co-Authored-By: mikaeltellhed <2311083+mikaeltellhed@users.noreply.github.com>
This commit is contained in:
16
packages/noodl-cloudservice-docker/README.md
Normal file
16
packages/noodl-cloudservice-docker/README.md
Normal file
@@ -0,0 +1,16 @@
|
||||
# Noodl Cloud Services Docker
|
||||
|
||||
This package contains the docker image of the Noodl Self Hosted Cloud Service.
|
||||
|
||||
## Health Endpoints
|
||||
|
||||
```
|
||||
# The application is up and running.
|
||||
/health/live
|
||||
|
||||
# The application is ready to serve requests.
|
||||
/health/ready
|
||||
|
||||
# Accumulating all health check procedures in the application.
|
||||
/health
|
||||
```
|
||||
Reference in New Issue
Block a user