mirror of
https://github.com/n8n-io/self-hosted-ai-starter-kit.git
synced 2026-03-15 08:48:08 +01:00
remove the external hook
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user