25 lines
422 B
YAML
25 lines
422 B
YAML
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"
|