pagina unica

This commit is contained in:
2026-06-10 18:21:33 +02:00
parent 7d0f10d21f
commit 37633920ce
108 changed files with 3874 additions and 1350 deletions
+6
View File
@@ -13,9 +13,15 @@ services:
DATA_DIR: /app/data
AGENTS_DIR: /app/agents
POLICIES_DIR: /app/policies
DATASETS_DIR: /app/datasets
MODELS_DIR: /app/models
volumes:
# Mount source so local UI/API changes apply without rebuilding the image.
- ./core/src:/app/src:ro
- ./agents:/app/agents:rw
- ./policies:/app/policies:rw
- ./datasets:/app/datasets:ro
- ./models:/app/models:ro
- ./data:/app/data
healthcheck:
test: ["CMD", "curl", "-fsS", "http://localhost:8000/health"]