From 0abac7df49ce8ade4cf2a5bbfa00485a66609bae Mon Sep 17 00:00:00 2001 From: autonomic-bot Date: Tue, 2 Jun 2026 05:12:40 +0000 Subject: [PATCH] chore: upgrade to 3.3.0+2.23.2 --- compose.postgres.yml | 4 ++-- compose.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/compose.postgres.yml b/compose.postgres.yml index 0ef1bb9..df6d7da 100644 --- a/compose.postgres.yml +++ b/compose.postgres.yml @@ -14,7 +14,7 @@ services: - db_password db: - image: pgautoupgrade/pgautoupgrade:17-alpine + image: pgautoupgrade/pgautoupgrade:18-alpine networks: - internal_network environment: @@ -30,7 +30,7 @@ services: healthcheck: test: ["CMD", "pg_isready", "-U", "root", "-d", "n8n"] volumes: - - 'postgresql_data:/var/lib/postgresql/data' + - 'postgresql_data:/var/lib/postgresql' entrypoint: /docker-entrypoint.sh deploy: labels: diff --git a/compose.yml b/compose.yml index 491f960..a06aa3e 100644 --- a/compose.yml +++ b/compose.yml @@ -1,6 +1,6 @@ services: app: - image: n8nio/n8n:2.20.6 + image: n8nio/n8n:2.23.2 environment: - N8N_PERSONALIZATION_ENABLED - N8N_DIAGNOSTICS_ENABLED @@ -27,7 +27,7 @@ services: - "traefik.http.routers.${STACK_NAME}.middlewares=${STACK_NAME}-redirect" - "traefik.http.middlewares.${STACK_NAME}-redirect.redirectscheme.scheme=https" - "traefik.http.middlewares.${STACK_NAME}-redirect.redirectscheme.permanent=true" - - "coop-cloud.${STACK_NAME}.version=3.2.0+2.20.6" + - "coop-cloud.${STACK_NAME}.version=3.3.0+2.23.2" - "backupbot.backup=true" - "backupbot.backup.path=/home/node/.n8n" -- 2.49.0