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

@@ -58,8 +58,7 @@ services:
container_name: outline_redis
restart: unless-stopped
networks:
- "outline_network"
- "outline_network"
outline_postgres:
image: postgres:16.3-bookworm
@@ -69,6 +68,7 @@ services:
- {{ postgres_data_dir }}:/var/lib/postgresql/data
networks:
- "outline_network"
- "{{ web_proxy_network }}"
environment:
POSTGRES_USER: '{{ outline_postgres_user }}'
POSTGRES_PASSWORD: '{{ outline_postgres_password }}'