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:
parent
bb75efab57
commit
3627f9ff61
|
@ -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",
|
||||
|
|
|
@ -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}
|
||||
|
|
Loading…
Reference in New Issue
Block a user