chore(deps): update leepeuker/movary docker tag to v0.58.0 (#1221)

This commit is contained in:
renovate[bot] 2023-09-17 01:32:27 +00:00 committed by GitHub
parent f434a49bda
commit e2f58de27b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 6 deletions

View File

@ -5,8 +5,8 @@
"available": true,
"exposable": true,
"id": "movary",
"tipi_version": 24,
"version": "0.57.0",
"tipi_version": 25,
"version": "0.58.0",
"categories": [
"media"
],
@ -42,5 +42,3 @@
}
]
}

View File

@ -2,7 +2,7 @@ version: "3"
services:
movary:
image: leepeuker/movary:0.57.0
image: leepeuker/movary:0.58.0
container_name: movary
user: ${TIPI_UID}:${TIPI_GID}
group_add:
@ -56,7 +56,7 @@ services:
traefik.http.routers.movary-local.tls: true
movary-migration:
image: leepeuker/movary:0.57.0
image: leepeuker/movary:0.58.0
container_name: movary-migration
command: php bin/console.php database:migration:migrate
user: ${TIPI_UID}:${TIPI_GID}