chore: publish 0.3.0+0.21.0 release
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Philipp Rothmann 2023-07-13 11:52:56 +02:00
parent d3c98de025
commit 8050d24c7c

View File

@ -3,7 +3,7 @@ version: "3.8"
services: services:
api: api:
image: vikunja/api:0.20.4 image: vikunja/api:0.21.0
environment: environment:
- DOMAIN - DOMAIN
- LOG_LEVEL - LOG_LEVEL
@ -27,7 +27,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.20.5 image: vikunja/frontend:0.21.0
networks: networks:
- proxy - proxy
deploy: deploy:
@ -37,7 +37,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.2.4+0.20.5" - "coop-cloud.${STACK_NAME}.version=0.3.0+0.21.0"
- "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" ]