We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9019276 commit d2db502Copy full SHA for d2db502
stacks/n8n.yml
@@ -1,10 +1,11 @@
1
# DOMAIN=example.com docker stack deploy -c n8n.yml n8n
2
+# chown -R 1000:1000 n8n
3
4
version: '3.8'
5
6
services:
7
n8n:
- image: n8nio/n8n:${VERSION:-1.2.1}
8
+ image: n8nio/n8n:${VERSION:-1.22.6}
9
environment:
10
- NODE_ENV=production
11
- N8N_PROTOCOL=${SCHEME:-https}
templates.json
@@ -1619,6 +1619,7 @@
1619
"title": "n8n",
1620
"description": "Alternative open-source à Zapier",
1621
"categories": ["Automatisation"],
1622
+ "manual": true,
1623
"enabled": true,
1624
"trial": 7,
1625
"price": 19,
@@ -1657,7 +1658,7 @@
1657
1658
{
1659
"name": "SMTP_PORT",
1660
"label": "SMTP Port",
- "value": 587,
1661
+ "value": "587",
1662
"type": "number"
1663
},
1664
0 commit comments