feat(router): manage webhook registration

This commit is contained in:
josedario87
2025-06-04 21:04:45 -06:00
parent c6af78d208
commit b51050a90a
2 changed files with 108 additions and 2 deletions

View File

@@ -4,7 +4,6 @@ services:
image: gitea.interno.com/nucleo000/nucleo-whatsapp:latest
container_name: nucleo-whatsapp
environment:
- WEBHOOK_URL=http://whatsapp-router:3001/webhook
- PORT=8080
ports:
- "8080:8080"
@@ -19,6 +18,7 @@ services:
container_name: whatsapp-router
environment:
- OPEN_WA_URL=http://openwa:8080
- LLM_AGENT_URL=http://llm-agent:8000
ports:
- "3001:3001"
networks: