diff --git a/compose.yml b/compose.yml index d18aff6..7992a4d 100644 --- a/compose.yml +++ b/compose.yml @@ -3,7 +3,7 @@ version: "3.8" services: api: - image: vikunja/api:0.19.2 + image: vikunja/api:0.20.0 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.19.1 + image: vikunja/frontend:0.20.0 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.1.0+0.19.1" + - "coop-cloud.${STACK_NAME}.version=0.2.0+0.20.0" healthcheck: test: [ "CMD", "curl", "-f", "http://localhost" ] interval: 30s