LOT 1 - Optimizare script build -Instalare mono comanda
This commit is contained in:
parent
5380c3fc63
commit
42ff22bf85
127 changed files with 16163 additions and 532 deletions
|
|
@ -1,15 +1,18 @@
|
|||
# =============================================================================
|
||||
# DidiBrain — Atomic + Postgres pgvector
|
||||
# =============================================================================
|
||||
# This compose stack runs:
|
||||
# This compose stack runs four services:
|
||||
# - postgres (pgvector/pgvector:pg16) on port 5434
|
||||
# - atomic-server (kenforthewin/atomic-server:latest) on port 8080
|
||||
# - atomic-server (kenforthewin/atomic-server:latest) on port 8088 (8080 internal)
|
||||
# - brain-api (FastAPI service) on port 8090
|
||||
# - scheduler (feeder + auditor + watcher + heartbeat, no exposed port)
|
||||
# All four attach to the external shared `didi-network`.
|
||||
#
|
||||
# Atomic is configured to use Postgres as the data backend (atoms, embeddings,
|
||||
# tags, etc.) while keeping the SQLite registry for tokens & global settings
|
||||
# in the local volume at /data.
|
||||
#
|
||||
# AI provider config (BGE-M3 endpoint, Qwen 397B router) is NOT set here —
|
||||
# AI provider config (BGE-M3 endpoint, qwen3.5 router) is NOT set here —
|
||||
# it lives in Atomic's settings table and is bootstrapped post-startup by
|
||||
# `scripts/02_bootstrap_atomic.py` which calls PUT /api/settings.
|
||||
# =============================================================================
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue