From 0d67e8ccf789464c296b7040643811dbab8445c4 Mon Sep 17 00:00:00 2001 From: 3wc <3wc@doesthisthing.work> Date: Fri, 25 Aug 2023 14:54:55 +0200 Subject: [PATCH] chore: publish 0.2.0+8.1.0 release --- compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compose.yml b/compose.yml index a8b97f4..82bf0d7 100644 --- a/compose.yml +++ b/compose.yml @@ -2,7 +2,7 @@ version: "3.8" services: app: - image: mattermost/mattermost-team-edition:8.0.1 + image: mattermost/mattermost-team-edition:8.1.0 environment: - TZ - MM_SQLSETTINGS_DRIVERNAME=postgres @@ -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=0.1.0+8.0.1" + - "coop-cloud.${STACK_NAME}.version=0.2.0+8.1.0" configs: - source: abra_mattermost_entrypoint target: /abra-mattermost-entrypoint.sh