1
0

Netdata: add monitoring for postgresql databases

This commit is contained in:
2025-07-29 12:58:01 +03:00
parent 791caab704
commit 61c757646a
6 changed files with 186 additions and 155 deletions

View File

@@ -38,6 +38,7 @@ services:
- POSTGRES_DB={{ miniflux_postgres_database }}
networks:
- "miniflux_network"
- "{{ web_proxy_network }}"
volumes:
- {{ postgres_data_dir }}:/var/lib/postgresql/data
healthcheck: