feat(router): manage webhook registration
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user