arreglados nombres del deploy
Some checks failed
Deploy conversation layer / deploy (push) Failing after 4s
Some checks failed
Deploy conversation layer / deploy (push) Failing after 4s
This commit is contained in:
@@ -1,23 +1,23 @@
|
||||
version: '3.9'
|
||||
services:
|
||||
openwa:
|
||||
image: gitea.interno.com/nucleo000/conversation-openwa:latest
|
||||
container_name: conversation-openwa
|
||||
image: gitea.interno.com/nucleo000/nucleo-whatsapp:latest
|
||||
container_name: nucleo-whatsapp
|
||||
environment:
|
||||
- WEBHOOK_URL=http://whatsapp-router:3001/webhook
|
||||
- PORT=8080
|
||||
- API_HOST=0.0.0.0
|
||||
# - API_HOST=0.0.0.0
|
||||
ports:
|
||||
- "8080:8080"
|
||||
volumes:
|
||||
- openwa_data:/usr/src/app/session
|
||||
- nucleo_whatsapp_sessions:/sessions
|
||||
|
||||
whatsapp-router:
|
||||
build: ./whatsapp-router
|
||||
image: gitea.interno.com/nucleo000/conversation-whatsapp-router:latest
|
||||
container_name: conversation-whatsapp-router
|
||||
image: gitea.interno.com/nucleo000/whatsapp-router:latest
|
||||
container_name: nucleo-whatsapp
|
||||
environment:
|
||||
- LLM_AGENT_URL=http://llm-agent:8000
|
||||
# - LLM_AGENT_URL=http://llm-agent:8000
|
||||
- OPEN_WA_URL=http://openwa:8080
|
||||
ports:
|
||||
- "3001:3001"
|
||||
@@ -29,7 +29,7 @@ services:
|
||||
environment:
|
||||
- LLM_AGENT_URL=http://llm-agent:8000
|
||||
ports:
|
||||
- "3000:3000"
|
||||
- "3015:3000"
|
||||
|
||||
volumes:
|
||||
openwa_data:
|
||||
|
||||
Reference in New Issue
Block a user