chore: publish 0.1.0+0.19.1 release

This commit is contained in:
Philipp Rothmann 2022-08-19 10:55:00 +02:00
parent 88c532a72a
commit 99e787fc7f

View File

@ -3,7 +3,7 @@ version: "3.8"
services: services:
api: api:
image: vikunja/api image: vikunja/api:0.19.2
environment: environment:
- DOMAIN - DOMAIN
- LOG_LEVEL - LOG_LEVEL
@ -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 image: vikunja/frontend:0.19.1
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=" - "coop-cloud.${STACK_NAME}.version=0.1.0+0.19.1"
healthcheck: healthcheck:
test: [ "CMD", "curl", "-f", "http://localhost" ] test: [ "CMD", "curl", "-f", "http://localhost" ]
interval: 30s interval: 30s