chore: publish 0.4.0+0.22.1 release
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Moritz 2024-02-27 23:12:55 +01:00
parent 8be72aa8df
commit 1669d64a5a
1 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@ version: "3.8"
services: services:
api: api:
image: vikunja/api:0.21.0 image: vikunja/api:0.22.1
environment: environment:
- DOMAIN - DOMAIN
- LOG_LEVEL - LOG_LEVEL
@ -28,7 +28,7 @@ services:
- "traefik.http.routers.${STACK_NAME}_api.tls.certresolver=${LETS_ENCRYPT_ENV}" - "traefik.http.routers.${STACK_NAME}_api.tls.certresolver=${LETS_ENCRYPT_ENV}"
app: app:
image: vikunja/frontend:0.21.0 image: vikunja/frontend:0.22.1
networks: networks:
- proxy - proxy
deploy: deploy:
@ -38,7 +38,7 @@ services:
- "traefik.http.routers.${STACK_NAME}.rule=Host(`${DOMAIN}`)" - "traefik.http.routers.${STACK_NAME}.rule=Host(`${DOMAIN}`)"
- "traefik.http.routers.${STACK_NAME}.entrypoints=web-secure" - "traefik.http.routers.${STACK_NAME}.entrypoints=web-secure"
- "traefik.http.routers.${STACK_NAME}.tls.certresolver=${LETS_ENCRYPT_ENV}" - "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}" - "coop-cloud.${STACK_NAME}.timeout=${TIMEOUT:-120}"
healthcheck: healthcheck:
test: [ "CMD", "curl", "-f", "http://localhost" ] test: [ "CMD", "curl", "-f", "http://localhost" ]