env cleanup round 2
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user