Compare commits

..

2 Commits

Author SHA1 Message Date
8e63b9839d chore: publish 1.4.2+9.5.12 release 2024-11-07 16:18:32 +01:00
c83e59cfc5 chore: publish 1.4.1+9.5.11 release 2024-11-07 12:11:48 +05:00
2 changed files with 3 additions and 2 deletions

View File

@ -28,7 +28,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=1.4.0+9.5.12"
- "coop-cloud.${STACK_NAME}.version=1.4.2+9.5.12"
- "backupbot.backup=true"
- "backupbot.backup.path=/mattermost,/etc/ssl"
configs:
@ -40,7 +40,7 @@ services:
entrypoint: /abra-mattermost-entrypoint.sh
postgres:
image: postgres:17-alpine
image: postgres:15-alpine
volumes:
- postgres_data:/var/lib/postgresql/data
environment:

1
release/1.4.1+9.5.11 Normal file
View File

@ -0,0 +1 @@
hotfix: rollback to last functional version