From c6af78d2080fc96772e8dff17f3eb1f45aee38e2 Mon Sep 17 00:00:00 2001 From: josedario87 Date: Wed, 4 Jun 2025 20:21:02 -0600 Subject: [PATCH] actualizado nombre de las imagenes del stack --- docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 91f92e3..501dcdf 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,7 +1,7 @@ version: '3.9' services: openwa: - image: gitea.interno.com/nucleo000/conversation-openwa:latest + image: gitea.interno.com/nucleo000/nucleo-whatsapp:latest container_name: nucleo-whatsapp environment: - WEBHOOK_URL=http://whatsapp-router:3001/webhook @@ -15,7 +15,7 @@ services: whatsapp-router: build: ./whatsapp-router - image: gitea.interno.com/nucleo000/conversation-whatsapp-router:latest + image: gitea.interno.com/nucleo000/whatsapp-router:latest container_name: whatsapp-router environment: - OPEN_WA_URL=http://openwa:8080