env cleanup round 2

This commit is contained in:
serversdwn
2025-11-26 03:18:15 -05:00
parent cb00474ab3
commit 0a091fc42c
10 changed files with 567 additions and 10 deletions

View File

@@ -87,6 +87,10 @@ services:
context: ./core/relay
container_name: relay
restart: unless-stopped
env_file:
- ./.env
volumes:
- ./core/relay/sessions:/app/sessions
ports:
- "7078:7078"
networks:
@@ -107,11 +111,6 @@ services:
- ./cortex:/app
ports:
- "7081:7081"
environment:
LLM_PRIMARY_URL: http://10.0.0.43:8000/
NEOMEM_URL: http://neomem-api:7077
RAG_URL: http://rag:7090
RELAY_URL: http://relay:7078
networks:
- lyra_net