n8n 워크플로우 자동화

n8n 워크플로우 자동화
n8n.io - a powerful workflow automation tool
n8n is a free and source-available workflow automation tool
Docker | n8n Docs
Documentation for n8n, a workflow automation platform.
version: "3.7"

services:

  n8n:
    image: docker.n8n.io/n8nio/n8n
    restart: always
    ports:
      - 86:80
    labels:
      - traefik.enable=true
      - traefik.http.routers.n8n.rule=Host(`${SUBDOMAIN}.${DOMAIN_NAME}`)
      - traefik.http.routers.n8n.tls=true
      - traefik.http.routers.n8n.entrypoints=web,websecure
      - traefik.http.routers.n8n.tls.certresolver=mytlschallenge
      - traefik.http.middlewares.n8n.headers.SSLRedirect=true
      - traefik.http.middlewares.n8n.headers.STSSeconds=315360000
      - traefik.http.middlewares.n8n.headers.browserXSSFilter=true
      - traefik.http.middlewares.n8n.headers.contentTypeNosniff=true
      - traefik.http.middlewares.n8n.headers.forceSTSHeader=true
      - traefik.http.middlewares.n8n.headers.SSLHost=${DOMAIN_NAME}
      - traefik.http.middlewares.n8n.headers.STSIncludeSubdomains=true
      - traefik.http.middlewares.n8n.headers.STSPreload=true
      - traefik.http.routers.n8n.middlewares=n8n@docker
    environment:
      - N8N_HOST=${SUBDOMAIN}.${DOMAIN_NAME}
      - N8N_PORT=80
      - N8N_PROTOCOL=https
      - NODE_ENV=production
      - WEBHOOK_URL=https://${SUBDOMAIN}.${DOMAIN_NAME}/
      - GENERIC_TIMEZONE=${GENERIC_TIMEZONE}
      - N8N_SECURE_COOKIE=false
    volumes:
      - ./data:/home/node/.n8n


TMI

LLM 을 통해 2차원 배열 형태의 미로 데이터를 생성하고자 했는데 역시나.. 별로..

-> 포스팅 제목, 내용에만 활용하기로 결정


Modelfile 구성을 통해 원하는 응답 받기
Huggingface 모델을 Ollama로 구동해보자모델 준비 테스트 모델 MLP-KTLim/llama-3-Korean-Bllossom-8B at mainWe’re on a journey to advance and democratize artificial intelligence through open source and open science. Huggingface 모델 다운로드 GIT_LFS_SKIP_SMUDGE=1 git clone https://huggingface.co/MLP-KTLim/llama-3-Korean-Bllossom-8B git lfs install git lfs pull Satetensors To