From d7412e71cf2e90c2328888e56cc47307310b2efc Mon Sep 17 00:00:00 2001 From: Philipp Rothmann Date: Mon, 6 Mar 2023 16:18:58 +0100 Subject: [PATCH] chore: publish 0.2.2+0.20.3 release --- compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.yml b/compose.yml index d14a420..ff55a02 100644 --- a/compose.yml +++ b/compose.yml @@ -41,7 +41,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=0.2.1+0.20.1" + - "coop-cloud.${STACK_NAME}.version=0.2.2+0.20.3" healthcheck: test: [ "CMD", "curl", "-f", "http://localhost" ] interval: 30s