mirror of
https://github.com/n8n-io/self-hosted-ai-starter-kit.git
synced 2026-03-15 16:58:07 +01:00
do not auto-generate encryption key or JWT secret
This commit is contained in:
3
.env
3
.env
@@ -1,3 +1,6 @@
|
|||||||
POSTGRES_USER=root
|
POSTGRES_USER=root
|
||||||
POSTGRES_PASSWORD=password
|
POSTGRES_PASSWORD=password
|
||||||
POSTGRES_DB=n8n
|
POSTGRES_DB=n8n
|
||||||
|
|
||||||
|
N8N_ENCRYPTION_KEY=super-secret-key
|
||||||
|
N8N_USER_MANAGEMENT_JWT_SECRET=even-more-secret
|
||||||
|
|||||||
@@ -39,6 +39,10 @@ services:
|
|||||||
- DB_POSTGRESDB_HOST=postgres
|
- DB_POSTGRESDB_HOST=postgres
|
||||||
- DB_POSTGRESDB_USER=${POSTGRES_USER}
|
- DB_POSTGRESDB_USER=${POSTGRES_USER}
|
||||||
- DB_POSTGRESDB_PASSWORD=${POSTGRES_PASSWORD}
|
- DB_POSTGRESDB_PASSWORD=${POSTGRES_PASSWORD}
|
||||||
|
- N8N_DIAGNOSTICS_ENABLED=false
|
||||||
|
- N8N_PERSONALIZATION_ENABLED=false
|
||||||
|
- N8N_ENCRYPTION_KEY
|
||||||
|
- N8N_USER_MANAGEMENT_JWT_SECRET
|
||||||
ports:
|
ports:
|
||||||
- 5678:5678
|
- 5678:5678
|
||||||
links:
|
links:
|
||||||
|
|||||||
Reference in New Issue
Block a user