mirror of
https://github.com/preparebuddyy/n8n-self-hosted.git
synced 2026-03-03 03:07:02 +00:00
PSQL log level
This commit is contained in:
@@ -110,6 +110,14 @@ services:
|
|||||||
interval: 5s
|
interval: 5s
|
||||||
timeout: 5s
|
timeout: 5s
|
||||||
retries: 10
|
retries: 10
|
||||||
|
command:
|
||||||
|
- postgres
|
||||||
|
- -c
|
||||||
|
- log_min_messages=warning
|
||||||
|
- -c
|
||||||
|
- client_min_messages=warning
|
||||||
|
- -c
|
||||||
|
- log_checkpoints=off
|
||||||
n8n-master:
|
n8n-master:
|
||||||
container_name: n8n-master
|
container_name: n8n-master
|
||||||
hostname: n8n-master
|
hostname: n8n-master
|
||||||
|
|||||||
Reference in New Issue
Block a user