From 0645a9f48784fabfb461e62ecb644aa3b9a43146 Mon Sep 17 00:00:00 2001 From: Moritz Date: Tue, 11 Feb 2025 18:48:20 +0100 Subject: [PATCH] chore: publish 6.6.0+v1.124.0 release --- compose.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/compose.yml b/compose.yml index 9b8d68b..c6ddd86 100644 --- a/compose.yml +++ b/compose.yml @@ -3,7 +3,7 @@ version: "3.8" services: web: - image: nginx:1.27.2 + image: nginx:1.27.4 networks: - proxy - internal @@ -35,7 +35,7 @@ services: retries: 20 app: - image: "matrixdotorg/synapse:v1.117.0" + image: "matrixdotorg/synapse:v1.124.0" volumes: - "data:/data" secrets: @@ -91,7 +91,7 @@ services: restart_policy: condition: on-failure labels: - - "coop-cloud.${STACK_NAME}.version=6.5.0+v1.117.0" + - "coop-cloud.${STACK_NAME}.version=6.6.0+v1.124.0" - "coop-cloud.${STACK_NAME}.timeout=${TIMEOUT:-120}" healthcheck: test: ["CMD", "curl", "-f", "http://localhost:8008/health"]