n8n 1.88.0 está iniciando…

Ver variables de entorno
PROJECT
 n8n
DOMAIN
 stack.localhost
POSTGRES_USER
 changeUser
POSTGRES_PASSWORD
 changePassword
POSTGRES_DB
 n8n
POSTGRES_NON_ROOT_USER
 changeUser
POSTGRES_NON_ROOT_PASSWORD
 changePassword
ENCRYPTION_KEY
 changeEncryptionKey
DB_TYPE
 postgresdb
DB_POSTGRESDB_HOST
 n8n-postgres
DB_POSTGRESDB_PORT
 5432
DB_POSTGRESDB_DATABASE
 ${POSTGRES_DB}
DB_POSTGRESDB_USER
 ${POSTGRES_NON_ROOT_USER}
DB_POSTGRESDB_PASSWORD
 ${POSTGRES_NON_ROOT_PASSWORD}
EXECUTIONS_MODE
 queue
QUEUE_BULL_REDIS_HOST
 n8n-redis
QUEUE_HEALTH_CHECK_ACTIVE
 true
N8N_ENCRYPTION_KEY
 ${ENCRYPTION_KEY}
N8N_SECURE_COOKIE
 false # for it to work with the reverse proxy
N8N_RUNNERS_ENABLED
 true
OFFLOAD_MANUAL_EXECUTIONS_TO_WORKERS
 true
Registros de ejecución