Compare commits

...
Author SHA1 Message Date
autonomic-bot 032ca011e8 chore: upgrade n8nio/n8n to 2.35.2
cc-ci/testme cc-ci: success
2026-08-15 21:02:07 +00:00
autonomic-bot cdfded83ef chore: upgrade n8n to 2.35.3
cc-ci/testme cc-ci: success
2026-08-15 20:20:14 +00:00
javielico c8525c3fb6 chore: publish 3.4.2+2.34.4 release 2026-08-10 22:06:08 +01:00
javielico bdda157477 chore: update image tags 2026-08-10 22:06:03 +01:00
+2 -2
View File
@@ -1,6 +1,6 @@
services:
app:
image: n8nio/n8n:2.34.3
image: n8nio/n8n:2.35.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.4.1+2.34.3"
- "coop-cloud.${STACK_NAME}.version=3.4.2+2.34.4"
- "backupbot.backup=true"
- "backupbot.backup.path=/home/node/.n8n"