feat: Add comprehensive blueprint collection and project setup

This commit is contained in:
Mauricio Siu
2025-03-09 23:30:52 -06:00
parent 0015373bb1
commit 813efefab9
356 changed files with 2909 additions and 14 deletions

View File

@@ -1,18 +0,0 @@
version: "3.8"
services:
n8n:
image: docker.n8n.io/n8nio/n8n:1.70.3
restart: always
environment:
- N8N_HOST=${N8N_HOST}
- N8N_PORT=${N8N_PORT}
- N8N_PROTOCOL=http
- NODE_ENV=production
- WEBHOOK_URL=https://${N8N_HOST}/
- GENERIC_TIMEZONE=${GENERIC_TIMEZONE}
- N8N_SECURE_COOKIE=false
volumes:
- n8n_data:/home/node/.n8n
volumes:
n8n_data:

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.4 KiB

View File

@@ -1,15 +0,0 @@
variables:
main_domain: ${randomDomain}
config:
domains:
- serviceName: n8n
port: 5678
host: ${main_domain}
env:
N8N_HOST: ${main_domain}
N8N_PORT: "5678"
GENERIC_TIMEZONE: "Europe/Berlin"
mounts: []