chore: publish 1.0.0+1.81.2 release

This commit is contained in:
Simon
2025-03-03 13:46:49 +01:00
parent 570915151d
commit 584e847df5
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ version: '3.8'
services:
app:
image: n8nio/n8n:0.237.0
image: n8nio/n8n:1.81.2
environment:
- N8N_PERSONALIZATION_ENABLED
- N8N_DIAGNOSTICS_ENABLED
@ -30,7 +30,7 @@ services:
- "traefik.http.routers.${STACK_NAME}.middlewares=${STACK_NAME}-redirect"
- "traefik.http.middlewares.${STACK_NAME}-redirect.headers.SSLForceHost=true"
- "traefik.http.middlewares.${STACK_NAME}-redirect.headers.SSLHost=${DOMAIN}"
- "coop-cloud.${STACK_NAME}.version=0.7.0+0.237.0"
- "coop-cloud.${STACK_NAME}.version=1.0.0+1.81.2"
- "backupbot.backup=true"
- "backupbot.backup.path=/home/node/.n8n"