N8N set up (self-hosting with Docker) for Free | Beginners Tutorial | Automate without code
Автор: Daniyal Ahmed
Загружено: 2025-10-10
Просмотров: 46
Описание:
Set up N8N privately on your on computer for free.
Please use the commands/code below for the stuff referenced in the video:
----------------------------------------------------------------------
Commands for the command prompt (you can change them as per your folder location)
mkdir C:\n8n-local
cd C:\n8n-local
------------------------------------------------------------------------
Code to paste in your docker-compose.yml:
services:
n8n:
image: n8nio/n8n:latest
container_name: n8n
ports:
"5678:5678"
environment:
N8N_BASIC_AUTH_ACTIVE=true
N8N_BASIC_AUTH_USER=admin
N8N_BASIC_AUTH_PASSWORD=admin123
WEBHOOK_URL=http://localhost:5678/
DB_TYPE=sqlite
DB_SQLITE_POOL_SIZE=5
N8N_BLOCK_ENV_ACCESS_IN_NODE=true
N8N_GIT_NODE_DISABLE_BARE_REPOS=true
volumes:
n8n_data:/home/node/.n8n
restart: unless-stopped
volumes:
n8n_data: {}
--------------------------------------------------------------------------
Command for composing the docker file (after you have saved the docker-compose.yml
docker compose up -d
---------------------------------------------------------
Last step (once it is up and running)
Open your browser to http://localhost:5678
Повторяем попытку...

Доступные форматы для скачивания:
Скачать видео
-
Информация по загрузке: