From 89892ed818853882c355937f67c08fc1efd252a0 Mon Sep 17 00:00:00 2001 From: decentral1se Date: Thu, 31 Mar 2022 17:46:21 +0200 Subject: [PATCH] chore: publish 1.3.0+v1.55.2 release --- compose.yml | 4 ++-- release/1.3.0+v1.55.2 | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) create mode 100644 release/1.3.0+v1.55.2 diff --git a/compose.yml b/compose.yml index c1f08f3..b884b35 100644 --- a/compose.yml +++ b/compose.yml @@ -3,7 +3,7 @@ version: "3.8" services: app: - image: "matrixdotorg/synapse:v1.52.0" + image: "matrixdotorg/synapse:v1.55.2" volumes: - "data:/data" secrets: @@ -53,7 +53,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=1.2.0+v1.52.0" + - "coop-cloud.${STACK_NAME}.version=1.3.0+v1.55.2" db: image: postgres:13-alpine diff --git a/release/1.3.0+v1.55.2 b/release/1.3.0+v1.55.2 new file mode 100644 index 0000000..836d297 --- /dev/null +++ b/release/1.3.0+v1.55.2 @@ -0,0 +1,3 @@ +The deployment failed due to the app/db getting confused. I think this is just +due to the recipe not having good healthcheck config. After the app container +flapped a bit, everything came up nicely. d1 @ autonomic co-op