From 1669d64a5ac0a8a15dceacbf0283bda2512d7965 Mon Sep 17 00:00:00 2001 From: Moritz Date: Tue, 27 Feb 2024 23:12:55 +0100 Subject: [PATCH] chore: publish 0.4.0+0.22.1 release --- compose.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/compose.yml b/compose.yml index c71906b..4c8612c 100644 --- a/compose.yml +++ b/compose.yml @@ -3,7 +3,7 @@ version: "3.8" services: api: - image: vikunja/api:0.21.0 + image: vikunja/api:0.22.1 environment: - DOMAIN - LOG_LEVEL @@ -28,7 +28,7 @@ services: - "traefik.http.routers.${STACK_NAME}_api.tls.certresolver=${LETS_ENCRYPT_ENV}" app: - image: vikunja/frontend:0.21.0 + image: vikunja/frontend:0.22.1 networks: - proxy deploy: @@ -38,7 +38,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.3.0+0.21.0" + - "coop-cloud.${STACK_NAME}.version=0.4.0+0.22.1" - "coop-cloud.${STACK_NAME}.timeout=${TIMEOUT:-120}" healthcheck: test: [ "CMD", "curl", "-f", "http://localhost" ]