From ad59bedf8d4a0c47840695c417a14d12a4cf03cd Mon Sep 17 00:00:00 2001 From: javielico Date: Mon, 8 May 2023 20:43:05 +0100 Subject: [PATCH] Up version to latest stable 22.05.14.3.1 and nginx to 1.24.0 --- compose.yml | 6 +++--- release/2.0.0+21.11.0.5.1 | 11 ----------- 2 files changed, 3 insertions(+), 14 deletions(-) delete mode 100644 release/2.0.0+21.11.0.5.1 diff --git a/compose.yml b/compose.yml index 1529ba1..1a757e2 100644 --- a/compose.yml +++ b/compose.yml @@ -3,7 +3,7 @@ version: "3.8" services: web: - image: "nginx:1.23.3" + image: "nginx:1.24.0" environment: - STACK_NAME - DOMAIN=${DOMAIN} @@ -24,7 +24,7 @@ services: - "traefik.http.routers.${STACK_NAME}.tls.certresolver=${LETS_ENCRYPT_ENV}" app: - image: "collabora/code:22.05.10.1.1" + image: "collabora/code:22.05.14.3.1" cap_add: - MKNOD secrets: @@ -44,7 +44,7 @@ services: - internal deploy: labels: - - "coop-cloud.${STACK_NAME}.version=2.2.0+22.05.10.1.1" + - "coop-cloud.${STACK_NAME}.version=2.3.0+22.05.14.3.1" networks: proxy: diff --git a/release/2.0.0+21.11.0.5.1 b/release/2.0.0+21.11.0.5.1 deleted file mode 100644 index 130102a..0000000 --- a/release/2.0.0+21.11.0.5.1 +++ /dev/null @@ -1,11 +0,0 @@ -Large performance boost on this new version. - -It's probably best to undeploy and deploy from scratch when doing this upgrade -as a number of things like env vars have totally changed with this LOOL -> COOL -migration in the new version. - -There is also a new admin username/password to deal with in the config. - -Read the blog post here for more background info: - - https://www.collaboraoffice.com/code-21-11-release-notes/