Update n8n directory with extracted markdown and README.md

This commit is contained in:
2026-02-25 09:53:34 +09:00
parent 9a1a45d504
commit 7336bce4ca
8 changed files with 599 additions and 0 deletions

17
n8n/docker-compose.yml Normal file
View File

@@ -0,0 +1,17 @@
version: '3.8'
services:
n8n:
image: docker.n8n.io/n8nio/n8n
container_name: n8n
restart: unless-stopped
ports:
- "5678:5678"
environment:
- GENERIC_TIMEZONE=Asia/Seoul
- TZ=Asia/Seoul
volumes:
- n8n_data:/home/node/.n8n
volumes:
n8n_data: