intake internalized by cortex, removed intake route in relay

This commit is contained in:
serversdwn
2025-11-29 19:08:15 -05:00
parent cc014d0a73
commit 320bf4439b
4 changed files with 313 additions and 89 deletions

View File

@@ -118,23 +118,23 @@ services:
# ============================================================
# Intake
# ============================================================
intake:
build:
context: ./intake
container_name: intake
restart: unless-stopped
env_file:
- ./intake/.env
- ./.env
ports:
- "7080:7080"
volumes:
- ./intake:/app
- ./intake-logs:/app/logs
depends_on:
- cortex
networks:
- lyra_net
# intake:
# build:
# context: ./intake
# container_name: intake
# restart: unless-stopped
# env_file:
# - ./intake/.env
# - ./.env
# ports:
3 - "7080:7080"
# volumes:
# - ./intake:/app
# - ./intake-logs:/app/logs
# depends_on:
# - cortex
# networks:
# - lyra_net
# ============================================================
# RAG Service