Refine workflow cleanup and image names

This commit is contained in:
josedario87
2025-06-04 19:39:04 -06:00
parent e7f1dcd212
commit 43ca1daede
3 changed files with 48 additions and 1 deletions

View File

@@ -1,7 +1,8 @@
version: '3.9'
services:
openwa:
image: openwa/wa-automate
image: gitea.interno.com/nucleo000/conversation-openwa:latest
container_name: conversation-openwa
environment:
- WEBHOOK_URL=http://whatsapp-router:3001/webhook
- PORT=8080
@@ -13,6 +14,8 @@ services:
whatsapp-router:
build: ./whatsapp-router
image: gitea.interno.com/nucleo000/conversation-whatsapp-router:latest
container_name: conversation-whatsapp-router
environment:
- LLM_AGENT_URL=http://llm-agent:8000
- OPEN_WA_URL=http://openwa:8080
@@ -21,6 +24,8 @@ services:
chat-ui:
build: ./chat-ui
image: gitea.interno.com/nucleo000/conversation-chat-ui:latest
container_name: conversation-chat-ui
environment:
- LLM_AGENT_URL=http://llm-agent:8000
ports: