infra: logging and monitoring setup

This commit is contained in:
Claude Code
2026-03-16 17:32:28 +01:00
parent c67561e047
commit a7a541aac5
2 changed files with 479 additions and 0 deletions

View File

@@ -0,0 +1,24 @@
services:
n8n:
environment:
- N8N_LOG_LEVEL=debug
- N8N_LOG_OUTPUT=stdout
logging:
driver: "json-file"
options:
max-size: "100m"
max-file: "10"
postgres:
logging:
driver: "json-file"
options:
max-size: "100m"
max-file: "10"
milvus:
logging:
driver: "json-file"
options:
max-size: "100m"
max-file: "10"