From 5e41b22f6146d9c7d53c80b6996d0bf0f9d1cc00 Mon Sep 17 00:00:00 2001 From: Philipp Rothmann Date: Fri, 2 Dec 2022 13:08:31 +0100 Subject: [PATCH] chore: publish 0.2.1+0.20.1 release --- compose.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/compose.yml b/compose.yml index 7992a4d..34051a4 100644 --- a/compose.yml +++ b/compose.yml @@ -3,7 +3,7 @@ version: "3.8" services: api: - image: vikunja/api:0.20.0 + image: vikunja/api:0.20.1 environment: - DOMAIN - LOG_LEVEL @@ -29,7 +29,7 @@ services: - "traefik.http.routers.${STACK_NAME}_api.tls.certresolver=${LETS_ENCRYPT_ENV}" app: - image: vikunja/frontend:0.20.0 + image: vikunja/frontend:0.20.1 networks: - proxy deploy: @@ -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.0+0.20.0" + - "coop-cloud.${STACK_NAME}.version=0.2.1+0.20.1" healthcheck: test: [ "CMD", "curl", "-f", "http://localhost" ] interval: 30s