31 lines
995 B
YAML
31 lines
995 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/user/repo/raw/branch/main/naming.md" # Замени на реальную ссылку (Raw format)
|