feat(monitoring): general fixup

- added healthcheck for every service
- added nginx second "server" block for monitoring
    all monitoring services are now behind this nginx reverse proxy
- fixed logging driver not present for chat service
This commit is contained in:
Maix0 2025-12-17 19:23:47 +01:00
parent 67c8a9cbd1
commit 8a3481ea8b
10 changed files with 209 additions and 48 deletions

View file

@ -17,10 +17,10 @@ scrape_configs:
static_configs:
- targets:
- http://nginx/monitoring/ok
- http://nginx:8080/ok
- http://auth/monitoring
- http://user/monitoring
- http://icons/monitoring
- http://chat/monitoring
relabel_configs:
- source_labels: [__address__]