- Fix Docker container CPU % (multiply by num_cpus) - Add missing Disk usage card to system status grid - Replace deprecated @app.on_event with lifespan context manager - Move `import requests` to module level - Remove Google Fonts CDN dependency from CSS - Update naming doc URL to real raw Gitea link Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
31 lines
945 B
YAML
31 lines
945 B
YAML
services:
|
|
- id: vault
|
|
name: Vault
|
|
icon: "🗄️"
|
|
description: "Gitea - Self-hosted Git service for repositories and collaboration"
|
|
url: "https://vault.redunits.net"
|
|
container_name: gitea
|
|
port: 3080
|
|
|
|
- id: cell
|
|
name: Cell
|
|
icon: "🧠"
|
|
description: "Qdrant - Vector database for AI embeddings and semantic search"
|
|
url: "https://cell.redunits.net"
|
|
container_name: qdrant
|
|
port: 6333
|
|
|
|
- id: aevyra
|
|
name: Aevyra
|
|
icon: "🌐"
|
|
description: "Aevyra Web - Main web application and public-facing site"
|
|
url: "https://www.aevyra.net"
|
|
container_name: aevyra-web
|
|
port: 3001
|
|
|
|
documents:
|
|
- id: naming-rules
|
|
title: "Правила именования устройств"
|
|
description: "Стандарт формирования имён для хостов и оборудования"
|
|
url: "https://vault.redunits.net/SARMATA5/codex/raw/branch/main/sarmata5/naming.md"
|