n8n Stack: inital config
This commit is contained in:
parent
47256f7211
commit
531b4c316a
2 changed files with 63 additions and 0 deletions
18
Docker/Docker-Compose/n8n/.env.sample
Normal file
18
Docker/Docker-Compose/n8n/.env.sample
Normal file
|
@ -0,0 +1,18 @@
|
|||
# Loki log monitoring
|
||||
LOKI_URL=
|
||||
|
||||
# Optional timezone to set which gets used by Cron and other scheduling nodes
|
||||
# New York is the default value if not set
|
||||
GENERIC_TIMEZONE=Europe/Stockholm
|
||||
|
||||
# DOMAIN_NAME and SUBDOMAIN together determine where n8n will be reachable from
|
||||
# The top level domain to serve from
|
||||
DOMAIN_NAME=example.com
|
||||
|
||||
# The subdomain to serve from
|
||||
SUBDOMAIN=n8n
|
||||
|
||||
# The databese configuration
|
||||
DB_NAME=n8n
|
||||
DB_USER=n8n
|
||||
DB_PASSWORD=n8n
|
Loading…
Add table
Add a link
Reference in a new issue