From 2c8dc7c9601ce26827c111c75dbb6d650dd375ea Mon Sep 17 00:00:00 2001 From: Moritz Date: Tue, 16 Jul 2024 15:30:01 +0200 Subject: [PATCH] chore: publish 6.1.0+v1.110.0 release --- compose.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/compose.yml b/compose.yml index e3f6b63..6f36a1e 100644 --- a/compose.yml +++ b/compose.yml @@ -3,7 +3,7 @@ version: "3.8" services: web: - image: nginx:1.25.3 + image: nginx:1.27.0 networks: - proxy - internal @@ -35,7 +35,7 @@ services: retries: 20 app: - image: "matrixdotorg/synapse:v1.100.0" + image: "matrixdotorg/synapse:v1.110.0" volumes: - "data:/data" secrets: @@ -90,7 +90,7 @@ services: restart_policy: condition: on-failure labels: - - "coop-cloud.${STACK_NAME}.version=6.0.2+v1.100.0" + - "coop-cloud.${STACK_NAME}.version=6.1.0+v1.110.0" - "coop-cloud.${STACK_NAME}.timeout=${TIMEOUT:-120}" healthcheck: test: ["CMD", "curl", "-f", "http://localhost:8008/health"]