feat: add healthcheck endpoint
This commit is contained in:
11
README.md
11
README.md
@@ -122,6 +122,17 @@ volumes:
|
||||
- /pfad/zum/host/uploads:/app/public/uploads
|
||||
```
|
||||
|
||||
|
||||
---
|
||||
|
||||
## 🏥 System Status
|
||||
|
||||
Die App stellt einen einfachen Healthcheck-Endpoint bereit, der von Docker oder externen Monitoring-Tools genutzt werden kann:
|
||||
|
||||
- **Endpoint**: `/api/health`
|
||||
- **Method**: `GET`
|
||||
- **Response**: `200 OK` `{"status":"ok"}`
|
||||
|
||||
---
|
||||
|
||||
*Erstellt mit ❤️ für alle Dosenöffner.*
|
||||
|
||||
Reference in New Issue
Block a user