4 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
3wc
f4f7f6d720 chore: publish 0.6.1+0.236.3 release
All checks were successful
continuous-integration/drone/push Build is passing
2023-07-24 14:24:15 +01:00
3wc
89e09081cf chore: publish 0.6.0+0.236.0 release
All checks were successful
continuous-integration/drone/push Build is passing
2023-07-08 19:46:02 +01:00
2 changed files with 2 additions and 3 deletions

View File

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

View File

@ -3,7 +3,7 @@ version: '3.8'
services:
app:
image: n8nio/n8n:0.226.0
image: n8nio/n8n:0.236.3
environment:
- DB_TYPE=postgresdb
- DB_POSTGRESDB_HOST=${STACK_NAME}_db
@ -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.5.0+0.226.0"
- "coop-cloud.${STACK_NAME}.version=0.6.2+0.236.3"
- "backupbot.backup=true"
- "backupbot.backup.path=/home/node/.n8n"