Initial commit

Co-Authored-By: mikaeltellhed <2311083+mikaeltellhed@users.noreply.github.com>
This commit is contained in:
Eric Tuvesson
2023-12-04 10:20:38 +01:00
commit 663c0a2e39
43 changed files with 39568 additions and 0 deletions

View 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
```