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