infra: logging and monitoring setup
This commit is contained in:
24
docker-compose.override.yml
Normal file
24
docker-compose.override.yml
Normal 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"
|
||||
Reference in New Issue
Block a user