chore: publish 0.2.4+0.20.5 release
Some checks reported errors
continuous-integration/drone/push Build was killed

This commit is contained in:
Philipp Rothmann 2023-03-21 16:34:00 +01:00
parent 4cfe5f66a8
commit fe83250372

View File

@ -3,7 +3,7 @@ version: "3.8"
services: services:
api: api:
image: vikunja/api:0.20.2 image: vikunja/api:0.20.4
environment: environment:
- DOMAIN - DOMAIN
- LOG_LEVEL - LOG_LEVEL
@ -17,7 +17,7 @@ services:
- db_password - db_password
configs: configs:
- source: config_yml - source: config_yml
target: /app/vikunja/config.yml target: /etc/vikunja/config.yml
deploy: deploy:
restart_policy: restart_policy:
condition: on-failure condition: on-failure
@ -29,7 +29,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.3 image: vikunja/frontend:0.20.5
networks: networks:
- proxy - proxy
deploy: deploy:
@ -41,7 +41,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.3+0.20.3" - "coop-cloud.${STACK_NAME}.version=0.2.4+0.20.5"
healthcheck: healthcheck:
test: [ "CMD", "curl", "-f", "http://localhost" ] test: [ "CMD", "curl", "-f", "http://localhost" ]
interval: 30s interval: 30s