Merge pull request #80 from meienberger/renovate/n8nio-n8n-0.x

chore(deps): update n8nio/n8n docker tag to v0.197.1
This commit is contained in:
Nicolas Meienberger 2022-10-13 22:18:55 +00:00 committed by GitHub
commit 7154696f2d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 4 deletions

View File

@ -4,9 +4,11 @@
"available": true,
"port": 8094,
"id": "n8n",
"tipi_version": 2,
"version": "0.195.5",
"categories": ["automation"],
"tipi_version": 3,
"version": "0.197.1",
"categories": [
"automation"
],
"description": "n8n is an extendable workflow automation tool. With a fair-code distribution model, n8n will always have visible source code, be available to self-host, and allow you to add your own custom functions, logic and apps. n8n's node-based approach makes it highly versatile, enabling you to connect anything to everything.",
"short_desc": "Workflow Automation Tool. Alternative to Zapier",
"author": "n8n.io",

View File

@ -3,7 +3,7 @@ version: "3.7"
services:
n8n:
container_name: n8n
image: n8nio/n8n:0.195.5
image: n8nio/n8n:0.197.1
restart: unless-stopped
ports:
- ${APP_PORT}:5678