Refine workflow cleanup and image names
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user