2 Commits

Author SHA1 Message Date
3wc
a9bb848aba chore: publish 0.6.2+0.236.3 release
All checks were successful
continuous-integration/drone/push Build is passing
2023-07-25 15:47:15 +01:00
3wc
30d9f2976e Don't specify image in compose.sso..
..otherwise it sneakily upgrades us to n8n:latest which is Not Good
2023-07-25 15:46:41 +01:00
2 changed files with 1 additions and 2 deletions

View File

@ -4,7 +4,6 @@ version: '3.8'
services:
app:
image: n8nio/n8n
environment:
- N8N_BASIC_AUTH_ACTIVE=false
deploy:

View File

@ -40,7 +40,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.6.1+0.236.3"
- "coop-cloud.${STACK_NAME}.version=0.6.2+0.236.3"
- "backupbot.backup=true"
- "backupbot.backup.path=/home/node/.n8n"