From 66bd6be8fc999ef3f02a6b78cccfe1646d8743e3 Mon Sep 17 00:00:00 2001 From: Philipp Rothmann Date: Tue, 18 Jul 2023 21:33:23 +0200 Subject: [PATCH] chore: publish 3.9.0+v1.87.0 release --- compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compose.yml b/compose.yml index 7656d41..883aefa 100644 --- a/compose.yml +++ b/compose.yml @@ -3,7 +3,7 @@ version: "3.8" services: app: - image: "matrixdotorg/synapse:v1.81.0" + image: "matrixdotorg/synapse:v1.87.0" volumes: - "data:/data" depends_on: @@ -61,7 +61,7 @@ services: - "traefik.http.routers.${STACK_NAME}.rule=Host(`${DOMAIN}`)" - "traefik.http.routers.${STACK_NAME}.entrypoints=web-secure" - "traefik.http.routers.${STACK_NAME}.tls.certresolver=${LETS_ENCRYPT_ENV}" - - "coop-cloud.${STACK_NAME}.version=3.6.0+v1.81.0" + - "coop-cloud.${STACK_NAME}.version=3.9.0+v1.87.0" - "coop-cloud.${STACK_NAME}.timeout=${TIMEOUT:-120}" healthcheck: test: ["CMD", "curl", "-f", "http://localhost:8008/health"]