fix: map new n8n webhook environment variables in docker-compose
All checks were successful
Build and Deploy / build-and-push (push) Successful in 53s

This commit is contained in:
Cauê Faleiros
2026-05-05 14:03:15 -03:00
parent 7b74140136
commit 8af4bc9885

View File

@@ -10,6 +10,9 @@ services:
environment:
- PORT=${PORT:-3000}
- N8N_WEBHOOK_URL=${N8N_WEBHOOK_URL}
- N8N_WEBHOOK_STATUS=${N8N_WEBHOOK_STATUS}
- N8N_WEBHOOK_GRAPHS=${N8N_WEBHOOK_GRAPHS}
- N8N_WEBHOOK_STOCK=${N8N_WEBHOOK_STOCK}
- TINY_WEBHOOK_SECRET=${TINY_WEBHOOK_SECRET}
- N8N_AUTH_TOKEN=${N8N_AUTH_TOKEN}
- TINY_API_TOKEN=${TINY_API_TOKEN}