chore: publish 0.4.0+0.204.0 release
This commit is contained in:
10
.env.sample
10
.env.sample
@ -8,11 +8,21 @@ LETS_ENCRYPT_ENV=production
|
|||||||
|
|
||||||
SECRET_DB_PASSWORD_VERSION=v1
|
SECRET_DB_PASSWORD_VERSION=v1
|
||||||
|
|
||||||
|
# Change to `true` to enable sending "anonymous" telemetry data to n8n
|
||||||
|
# https://docs.n8n.io/reference/data-collection/
|
||||||
|
N8N_DIAGNOSTICS_ENABLED=false
|
||||||
|
|
||||||
|
# Change to `true` to enable questionnaire-based customisation of the UI
|
||||||
|
N8N_PERSONALIZATION_ENABLED=false
|
||||||
|
|
||||||
COMPOSE_FILE="compose.yml"
|
COMPOSE_FILE="compose.yml"
|
||||||
|
|
||||||
# SSO using traefik-forward-auth
|
# SSO using traefik-forward-auth
|
||||||
#COMPOSE_FILE="$COMPOSE_FILE:compose.sso.yml"
|
#COMPOSE_FILE="$COMPOSE_FILE:compose.sso.yml"
|
||||||
|
|
||||||
|
# Disable user management completely, useful for SSO
|
||||||
|
#N8N_USER_MANAGEMENT_DISABLED=false
|
||||||
|
|
||||||
# Basic auth
|
# Basic auth
|
||||||
#COMPOSE_FILE="$COMPOSE_FILE:compose.basicauth.yml"
|
#COMPOSE_FILE="$COMPOSE_FILE:compose.basicauth.yml"
|
||||||
#N8N_BASIC_AUTH_ACTIVE=true
|
#N8N_BASIC_AUTH_ACTIVE=true
|
||||||
|
|||||||
BIN
.env.sample.swp
Normal file
BIN
.env.sample.swp
Normal file
Binary file not shown.
@ -1,5 +1,4 @@
|
|||||||
---
|
---
|
||||||
|
|
||||||
version: '3.8'
|
version: '3.8'
|
||||||
|
|
||||||
services:
|
services:
|
||||||
@ -12,6 +11,9 @@ services:
|
|||||||
- DB_POSTGRESDB_DATABASE=n8n
|
- DB_POSTGRESDB_DATABASE=n8n
|
||||||
- DB_POSTGRESDB_USER=root
|
- DB_POSTGRESDB_USER=root
|
||||||
- DB_POSTGRESDB_PASSWORD_FILE=/run/secrets/db_password
|
- DB_POSTGRESDB_PASSWORD_FILE=/run/secrets/db_password
|
||||||
|
- N8N_PERSONALIZATION_ENABLED
|
||||||
|
- N8N_DIAGNOSTICS_ENABLED
|
||||||
|
- N8N_USER_MANAGEMENT_DISABLED
|
||||||
- N8N_BASIC_AUTH_ACTIVE=false
|
- N8N_BASIC_AUTH_ACTIVE=false
|
||||||
- WEBHOOK_URL=https://${DOMAIN}
|
- WEBHOOK_URL=https://${DOMAIN}
|
||||||
- NODE_FUNCTION_ALLOW_EXTERNAL=moment
|
- NODE_FUNCTION_ALLOW_EXTERNAL=moment
|
||||||
|
|||||||
Reference in New Issue
Block a user