From 6597f15c5b220e00e72661e415c0b7c8f464e6f8 Mon Sep 17 00:00:00 2001 From: Nicolas Meienberger Date: Tue, 28 Mar 2023 23:11:11 +0200 Subject: [PATCH] chore(n8n): bump version --- apps/n8n/config.json | 8 +++----- apps/n8n/docker-compose.yml | 8 +++----- 2 files changed, 6 insertions(+), 10 deletions(-) diff --git a/apps/n8n/config.json b/apps/n8n/config.json index 18cb1134..c697a46a 100644 --- a/apps/n8n/config.json +++ b/apps/n8n/config.json @@ -5,11 +5,9 @@ "exposable": true, "port": 8094, "id": "n8n", - "tipi_version": 10, - "version": "0.215.2", - "categories": [ - "automation" - ], + "tipi_version": 11, + "version": "0.221.2", + "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", diff --git a/apps/n8n/docker-compose.yml b/apps/n8n/docker-compose.yml index b1b318a0..6b9dab23 100644 --- a/apps/n8n/docker-compose.yml +++ b/apps/n8n/docker-compose.yml @@ -1,9 +1,9 @@ -version: "3.7" +version: '3.7' services: n8n: container_name: n8n - image: n8nio/n8n:0.220.0 + image: n8nio/n8n:0.221.2 restart: unless-stopped ports: - ${APP_PORT}:5678 @@ -28,7 +28,7 @@ services: traefik.http.routers.n8n.service: n8n traefik.http.routers.n8n.tls.certresolver: myresolver traefik.http.services.n8n.loadbalancer.server.port: 5678 - + db-n8n: container_name: db-n8n image: postgres:14.2 @@ -41,5 +41,3 @@ services: - POSTGRES_DB=n8n networks: - tipi_main_network - -