chore(deps): update vikunja/frontend docker tag to v0.20.5 (#263)

* chore(deps): update vikunja/frontend docker tag to v0.20.5

* Update app version

* chore(deps): update vikunja/api docker tag to v0.20.4 (#262)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: github-action update-app-version <githubaction@githubaction.com>
This commit is contained in:
renovate[bot] 2023-04-13 19:59:05 +02:00 committed by GitHub
parent bb75efab57
commit 3627f9ff61
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 5 deletions

View File

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

View File

@ -5,14 +5,14 @@ services:
depends_on:
- vikunja-api
container_name: vikunja-frontend
image: vikunja/frontend:0.20.1
image: vikunja/frontend:0.20.5
restart: unless-stopped
networks:
- tipi_main_network
vikunja-api:
container_name: vikunja-api
image: vikunja/api:0.20.1
image: vikunja/api:0.20.4
environment:
VIKUNJA_DATABASE_HOST: vikunja-db
VIKUNJA_DATABASE_PASSWORD: ${VIKUNJA_DB_PASSWORD}