1
0

Monitoring: add separate docker network

This commit is contained in:
2025-07-29 17:03:23 +03:00
parent 61c757646a
commit 552635b856
15 changed files with 127 additions and 181 deletions

View File

@@ -1,6 +1,11 @@
autodetection_retry: 0
update_every: 15
jobs:
- name: outline_db
dsn: 'postgresql://netdata:{{ netdata_postgres_password }}@outline_postgres:5432/outline'
collect_databases_matching: '!postgres'
- name: miniflux_db
dsn: 'postgresql://netdata:{{ netdata_postgres_password }}@miniflux_postgres:5432/miniflux'
collect_databases_matching: '!postgres'