intake internalized by cortex, removed intake route in relay
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user