- Add SearXNG syslog ingestion and blackbox health probes on miranda and rosalind for per-host attributable failure detection - Scrape Argos MCP application metrics from miranda - Add Pallas dashboard panels for downstream availability and turn error ratios
27 lines
651 B
YAML
27 lines
651 B
YAML
---
|
|
# Umbriel Configuration - Graph Database Host (Mnemosyne)
|
|
# Services: alloy, docker, neo4j
|
|
#
|
|
# Dedicated Neo4j instance for Mnemosyne. Do not share with Spelunker or any
|
|
# other graph workload — Mnemosyne owns its Library/Collection/Item/Chunk/
|
|
# Concept labels and runs its own indexes and schema migrations.
|
|
|
|
services:
|
|
- alloy
|
|
- docker
|
|
- neo4j
|
|
|
|
# Alloy
|
|
alloy_log_level: "warn"
|
|
neo4j_syslog_port: 51414
|
|
|
|
# Neo4j
|
|
neo4j_user: neo4j
|
|
neo4j_group: neo4j
|
|
neo4j_directory: /srv/neo4j
|
|
neo4j_password: "{{ vault_neo4j_mnemosyne_password }}"
|
|
neo4j_http_port: 22084
|
|
neo4j_bolt_port: 22074
|
|
neo4j_metrics_port: 22094
|
|
neo4j_apoc_unrestricted: "apoc.*"
|