chore(vikunja): bump version to 0.22

This commit is contained in:
Nicolas Meienberger 2024-01-07 15:09:38 +01:00
parent 3563ac259a
commit 25b609ba8f
2 changed files with 7 additions and 9 deletions

View File

@ -5,11 +5,9 @@
"exposable": true,
"port": 8135,
"id": "vikunja",
"tipi_version": 7,
"version": "0.21.0",
"categories": [
"utilities"
],
"tipi_version": 8,
"version": "0.22.0",
"categories": ["utilities"],
"description": "The Todo-app to organize your life.",
"short_desc": "The Todo-app to organize your life.",
"author": "kolaente",

View File

@ -1,4 +1,4 @@
version: "3.7"
version: '3.7'
services:
vikunja-db:
container_name: vikunja-db
@ -10,7 +10,7 @@ services:
volumes:
- ${APP_DATA_DIR}/data/db:/var/lib/postgresql/data
healthcheck:
test: ["CMD-SHELL", "pg_isready -U $$POSTGRES_USER -d $$POSTGRES_DB"]
test: ['CMD-SHELL', 'pg_isready -U $$POSTGRES_USER -d $$POSTGRES_DB']
interval: 5s
timeout: 5s
retries: 5
@ -18,7 +18,7 @@ services:
- tipi_main_network
vikunja-api:
container_name: vikunja-api
image: vikunja/api:0.21.0
image: vikunja/api:0.22.0
environment:
VIKUNJA_DATABASE_HOST: vikunja-db
VIKUNJA_DATABASE_PASSWORD: ${VIKUNJA_DB_PASSWORD}
@ -36,7 +36,7 @@ services:
networks:
- tipi_main_network
vikunja:
image: vikunja/frontend:0.21.0
image: vikunja/frontend:0.22.0
restart: unless-stopped
container_name: vikunja
networks: