From 84204b03a73460a40aa146e354e2a580cf201d35 Mon Sep 17 00:00:00 2001 From: Philipp Rothmann Date: Tue, 18 Jul 2023 21:47:15 +0200 Subject: [PATCH] chore: publish 3.9.1+v1.87.0 release --- compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.yml b/compose.yml index 883aefa..7a76782 100644 --- a/compose.yml +++ b/compose.yml @@ -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.9.0+v1.87.0" + - "coop-cloud.${STACK_NAME}.version=3.9.1+v1.87.0" - "coop-cloud.${STACK_NAME}.timeout=${TIMEOUT:-120}" healthcheck: test: ["CMD", "curl", "-f", "http://localhost:8008/health"]