problemas con el nombre del volume
All checks were successful
Deploy conversation layer / deploy (push) Successful in 6s

This commit is contained in:
2025-06-04 20:00:45 -06:00
parent a160b1aee3
commit c2a7558328

View File

@@ -1,8 +1,8 @@
version: '3.9' version: '3.9'
services: services:
openwa: openwa:
image: gitea.interno.com/nucleo000/nucleo-whatsapp:latest image: gitea.interno.com/nucleo000/conversation-openwa:latest
container_name: nucleo-whatsapp container_name: nucleo-whasapp
environment: environment:
- WEBHOOK_URL=http://whatsapp-router:3001/webhook - WEBHOOK_URL=http://whatsapp-router:3001/webhook
- PORT=8080 - PORT=8080
@@ -14,8 +14,8 @@ services:
whatsapp-router: whatsapp-router:
build: ./whatsapp-router build: ./whatsapp-router
image: gitea.interno.com/nucleo000/whatsapp-router:latest image: gitea.interno.com/nucleo000/conversation-whatsapp-router:latest
container_name: nucleo-whatsapp container_name: whatsapp-router
environment: environment:
# - LLM_AGENT_URL=http://llm-agent:8000 # - LLM_AGENT_URL=http://llm-agent:8000
- OPEN_WA_URL=http://openwa:8080 - OPEN_WA_URL=http://openwa:8080
@@ -32,4 +32,4 @@ services:
- "3015:3000" - "3015:3000"
volumes: volumes:
openwa_data: nucleo_whatsapp_sessions: