agregado log para ver cuando se envian los mensajes
All checks were successful
build-and-deploy / filter (push) Successful in 2s
build-and-deploy / build (push) Successful in 7s
build-and-deploy / deploy (push) Successful in 25s

This commit is contained in:
2025-06-11 23:36:59 -06:00
parent dd2f2a610c
commit e967ff92b9
2 changed files with 4 additions and 13 deletions

View File

@@ -21,7 +21,7 @@ services:
restart: unless-stopped
environment:
DATABASE_URL: "postgresql://planilla:secret@db:5432/planilla_db?schema=public"
CONVERSATION_LAYER_ROUTER_URL: 'http://whatsapp-router:3001'
CONVERSATION_LAYER_ROUTER_URL: http://whatsapp-router:3001
depends_on:
- db
ports:
@@ -35,7 +35,7 @@ services:
environment:
VITE_API_EVENTS_URL: https://planilla.interno.com/events
VITE_API_DB_URL: https://planilla.interno.com
VITE_CONVERSATION_LAYER_ROUTER_URL: 'https://conversation-layer.interno.com/chatUI/sendMessage'
VITE_CONVERSATION_LAYER_ROUTER_URL: https://conversation-layer.interno.com/chatUI/sendMessage
ports:
- "3008:80"
networks: [planilla, principal]