Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
en:linux:n8n:installation_compose [2023/10/18 21:49] – angelegt psycore | en:linux:n8n:installation_compose [2023/11/17 01:41] (current) – Automatic translation 65.108.67.8 | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== n8n Installation | + | ====== n8n installation |
- | n8n installation with Docker Compose, Let's Encrypt [[wpde> | + | n8n installation with Docker Compose, Let's Encrypt [[wpde> |
- | ===== Docker installation (Debian) ===== | + | ===== 1st Docker installation (Debian) ===== |
==== 1.1 Uninstall old versions ==== | ==== 1.1 Uninstall old versions ==== | ||
Line 38: | Line 38: | ||
</ | </ | ||
- | === 1.2.3 Repo Setup === | + | === 1.2.3 Repo setup === |
<code bash> | <code bash> | ||
Line 59: | Line 59: | ||
</ | </ | ||
- | ===== DNS entry ===== | + | ===== 3. DNS entry ===== |
<code bash> | <code bash> | ||
Line 148: | Line 148: | ||
==== 4.2 DNS-01 Challenge (Alternative TLS Ports) ==== | ==== 4.2 DNS-01 Challenge (Alternative TLS Ports) ==== | ||
- | Here, the [[wpde> | + | The [[wpde> |
< | < | ||
Line 263: | Line 263: | ||
</ | </ | ||
- | ===== 6. create | + | ===== 6. create data directory ===== |
<code bash> | <code bash> | ||
Line 308: | Line 308: | ||
</ | </ | ||
- | If everything runs without errors, end the process with CTRL+C and start in daemon mode. | + | If everything runs without errors, end the process with CTRL+C and start it in daemon mode |
<code bash> | <code bash> | ||
sudo docker compose up -d | sudo docker compose up -d | ||
</ | </ |