mirror of
https://github.com/kossakovsky/n8n-install.git
synced 2026-04-28 10:41:40 +00:00
fix(databasus): add logging limits and final report entry
completes databasus rebrand by adding missing pieces: - log rotation (1mb max) to prevent disk bloat - post-install instructions for account setup
This commit is contained in:
@@ -843,6 +843,11 @@ services:
|
||||
container_name: databasus
|
||||
profiles: ["databasus"]
|
||||
restart: unless-stopped
|
||||
logging:
|
||||
driver: "json-file"
|
||||
options:
|
||||
max-size: "1m"
|
||||
max-file: "1"
|
||||
volumes:
|
||||
- databasus_data:/databasus-data
|
||||
healthcheck:
|
||||
|
||||
Reference in New Issue
Block a user