n8n Stack: inital config

This commit is contained in:
Aroy-Art 2025-07-30 17:56:45 +02:00
parent 47256f7211
commit 531b4c316a
Signed by: Aroy
GPG key ID: 583642324A1D2070
2 changed files with 63 additions and 0 deletions

View 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