Rename repo-agent to conversation-layer-agent
This commit is contained in:
@@ -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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user