chore: publish 0.2.1+0.20.1 release

This commit is contained in:
Philipp Rothmann 2022-12-02 13:08:31 +01:00
parent e9eae9a9d5
commit 5e41b22f61
1 changed files with 3 additions and 3 deletions

View File

@ -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