Update README.md

This commit is contained in:
Florian Hoss 2022-12-23 09:11:26 +01:00
parent bb86d7a9d9
commit 124debc103

View file

@ -92,6 +92,12 @@ WEATHER_DIGITS = true
LIVE_SYSTEM = true
```
## Heartbeat
```/health```
Heartbeat endpoint can be useful to setting up a load balancers or an external uptime testing service that can make a request before hitting any routes.
## A docker-compose example:
```yaml