mirror of
https://github.com/kossakovsky/n8n-install.git
synced 2026-03-07 22:33:11 +00:00
Add AUTH_DISABLE_SIGNUP environment variable to docker-compose.yml for enhanced configuration options
This commit is contained in:
@@ -218,6 +218,7 @@ services:
|
||||
LANGFUSE_INIT_USER_EMAIL: ${LANGFUSE_INIT_USER_EMAIL:-}
|
||||
LANGFUSE_INIT_USER_NAME: ${LANGFUSE_INIT_USER_NAME:-}
|
||||
LANGFUSE_INIT_USER_PASSWORD: ${LANGFUSE_INIT_USER_PASSWORD:-}
|
||||
AUTH_DISABLE_SIGNUP: ${AUTH_DISABLE_SIGNUP:-false}
|
||||
|
||||
clickhouse:
|
||||
image: clickhouse/clickhouse-server
|
||||
|
||||
Reference in New Issue
Block a user