chore(deps): update leepeuker/movary docker tag to v0.60.0 (#1741)

This commit is contained in:
renovate[bot] 2023-12-03 15:35:08 +00:00 committed by GitHub
parent b1e1348dd8
commit a5f34597ab
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,8 +5,8 @@
"available": true,
"exposable": true,
"id": "movary",
"tipi_version": 26,
"version": "0.59.0",
"tipi_version": 27,
"version": "0.60.0",
"categories": [
"media"
],
@ -41,5 +41,7 @@
"env_variable": "MOVARY_TMDB_API_KEY"
}
],
"supported_architectures": ["amd64"]
"supported_architectures": [
"amd64"
]
}

View File

@ -2,7 +2,7 @@ version: "3"
services:
movary:
image: leepeuker/movary:0.59.0
image: leepeuker/movary:0.60.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.59.0
image: leepeuker/movary:0.60.0
container_name: movary-migration
command: php bin/console.php database:migration:migrate
user: ${TIPI_UID}:${TIPI_GID}