feat: add n8n
This commit is contained in:
10
modules/20-services-apps/n8n/.env.example
Normal file
10
modules/20-services-apps/n8n/.env.example
Normal file
@@ -0,0 +1,10 @@
|
||||
POSTGRES_USER=admin
|
||||
POSTGRES_PASSWORD=
|
||||
POSTGRES_DB=n8n
|
||||
POSTGRES_NON_ROOT_USER=
|
||||
POSTGRES_NON_ROOT_PASSWORD=
|
||||
N8N_HOST=localhost
|
||||
N8N_PORT=5678
|
||||
N8N_PROTOCOL=http
|
||||
WEBHOOK_URL=https://n8n.yourdomain.com/
|
||||
NODE_FUNCTION_ALLOW_EXTERNAL=*
|
||||
Reference in New Issue
Block a user