Rename repo-agent to conversation-layer-agent

This commit is contained in:
josedario87
2025-06-05 00:10:10 -06:00
parent 5d512994ad
commit cc6e378f8c
10 changed files with 1106 additions and 3 deletions

View File

@@ -37,6 +37,18 @@ services:
networks:
- principal
conversation-layer-agent:
build: ./conversation-layer-agent
image: gitea.interno.com/nucleo000/conversation-layer-agent:latest
container_name: conversation-layer-agent
environment:
- PORT=8001
- GEMINI_API_KEY=${GEMINI_API_KEY}
ports:
- "8001:8001"
networks:
- principal
volumes:
nucleo_whatsapp_sessions: