Skip to content

Commit

Permalink
feat: update n8n
Browse files Browse the repository at this point in the history
  • Loading branch information
johackim committed Jan 14, 2024
1 parent 9019276 commit d2db502
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion stacks/n8n.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
# DOMAIN=example.com docker stack deploy -c n8n.yml n8n
# chown -R 1000:1000 n8n

version: '3.8'

services:
n8n:
image: n8nio/n8n:${VERSION:-1.2.1}
image: n8nio/n8n:${VERSION:-1.22.6}
environment:
- NODE_ENV=production
- N8N_PROTOCOL=${SCHEME:-https}
Expand Down
3 changes: 2 additions & 1 deletion templates.json
Original file line number Diff line number Diff line change
Expand Up @@ -1619,6 +1619,7 @@
"title": "n8n",
"description": "Alternative open-source à Zapier",
"categories": ["Automatisation"],
"manual": true,
"enabled": true,
"trial": 7,
"price": 19,
Expand Down Expand Up @@ -1657,7 +1658,7 @@
{
"name": "SMTP_PORT",
"label": "SMTP Port",
"value": 587,
"value": "587",
"type": "number"
},
{
Expand Down

0 comments on commit d2db502

Please sign in to comment.