remove the external hook

This commit is contained in:
कारतोफ्फेलस्क्रिप्ट™
2024-07-18 18:02:58 +02:00
parent e7f9daab36
commit c084ed03e4
2 changed files with 0 additions and 52 deletions

View File

@@ -19,7 +19,6 @@ x-n8n: &service-n8n
- N8N_PERSONALIZATION_ENABLED=false
- N8N_ENCRYPTION_KEY
- N8N_USER_MANAGEMENT_JWT_SECRET
- EXTERNAL_HOOK_FILES=/hooks.js
links:
- postgres
@@ -71,7 +70,6 @@ services:
- 5678:5678
volumes:
- n8n_storage:/home/node/.n8n
- ./n8n/hooks.js:/hooks.js
- ./n8n/backup:/backup
depends_on:
postgres: