Skip to content

Commit d2db502

Browse files
committed
feat: update n8n
1 parent 9019276 commit d2db502

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

stacks/n8n.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
# DOMAIN=example.com docker stack deploy -c n8n.yml n8n
2+
# chown -R 1000:1000 n8n
23

34
version: '3.8'
45

56
services:
67
n8n:
7-
image: n8nio/n8n:${VERSION:-1.2.1}
8+
image: n8nio/n8n:${VERSION:-1.22.6}
89
environment:
910
- NODE_ENV=production
1011
- N8N_PROTOCOL=${SCHEME:-https}

templates.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -1619,6 +1619,7 @@
16191619
"title": "n8n",
16201620
"description": "Alternative open-source à Zapier",
16211621
"categories": ["Automatisation"],
1622+
"manual": true,
16221623
"enabled": true,
16231624
"trial": 7,
16241625
"price": 19,
@@ -1657,7 +1658,7 @@
16571658
{
16581659
"name": "SMTP_PORT",
16591660
"label": "SMTP Port",
1660-
"value": 587,
1661+
"value": "587",
16611662
"type": "number"
16621663
},
16631664
{

0 commit comments

Comments
 (0)