fix: map new n8n webhook environment variables in docker-compose
All checks were successful
Build and Deploy / build-and-push (push) Successful in 53s
All checks were successful
Build and Deploy / build-and-push (push) Successful in 53s
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user