- Unify Neo4j HTTP/Bolt/syslog ports across ariel and umbriel hosts - Add neo4j_metrics_port (22094) for APOC exporter sidecar - Add umbriel to Prometheus node_exporter targets - Add Neo4j scrape config and alerts for tx rollback rate and stalled store growth - Replace kernos_harper MCP with andromeda (caliban.helu.ca) - Remove angelia MCP from kottos fastagent config - Switch neo4j group membership from keeper_user to ponos
28 lines
684 B
YAML
28 lines
684 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_auth_user: neo4j
|
|
neo4j_auth_password: "{{ vault_mnemosyne_neo4j_auth_password }}"
|
|
neo4j_http_port: 22084
|
|
neo4j_bolt_port: 22074
|
|
neo4j_metrics_port: 22094
|
|
neo4j_apoc_unrestricted: "apoc.*"
|