chore(deps): update leepeuker/movary docker tag to v0.61.0 (#2058)
This commit is contained in:
parent
0b02ec1d0d
commit
aa526fb38e
|
@ -5,9 +5,11 @@
|
||||||
"available": true,
|
"available": true,
|
||||||
"exposable": true,
|
"exposable": true,
|
||||||
"id": "movary",
|
"id": "movary",
|
||||||
"tipi_version": 28,
|
"tipi_version": 29,
|
||||||
"version": "0.60.0",
|
"version": "0.61.0",
|
||||||
"categories": ["media"],
|
"categories": [
|
||||||
|
"media"
|
||||||
|
],
|
||||||
"description": "Movary is a self-hosted web application to track and rate your watched movies (like a digital movie diary). You can import/export your history and ratings from/to third parties like trakt.tv or letterboxd.com, scrobble your watches via Plex and Jellyfin and more.",
|
"description": "Movary is a self-hosted web application to track and rate your watched movies (like a digital movie diary). You can import/export your history and ratings from/to third parties like trakt.tv or letterboxd.com, scrobble your watches via Plex and Jellyfin and more.",
|
||||||
"short_desc": "Movary is a self-hosted web application to track and rate your watched movies. ",
|
"short_desc": "Movary is a self-hosted web application to track and rate your watched movies. ",
|
||||||
"author": "leepeuker",
|
"author": "leepeuker",
|
||||||
|
@ -39,5 +41,7 @@
|
||||||
"env_variable": "MOVARY_TMDB_API_KEY"
|
"env_variable": "MOVARY_TMDB_API_KEY"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"supported_architectures": ["amd64"]
|
"supported_architectures": [
|
||||||
|
"amd64"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|
|
@ -2,7 +2,7 @@ version: "3"
|
||||||
|
|
||||||
services:
|
services:
|
||||||
movary:
|
movary:
|
||||||
image: leepeuker/movary:0.60.0
|
image: leepeuker/movary:0.61.0
|
||||||
container_name: movary
|
container_name: movary
|
||||||
environment:
|
environment:
|
||||||
- TMDB_API_KEY=${MOVARY_TMDB_API_KEY}
|
- TMDB_API_KEY=${MOVARY_TMDB_API_KEY}
|
||||||
|
@ -53,7 +53,7 @@ services:
|
||||||
traefik.http.routers.movary-local.tls: true
|
traefik.http.routers.movary-local.tls: true
|
||||||
|
|
||||||
movary-migration:
|
movary-migration:
|
||||||
image: leepeuker/movary:0.60.0
|
image: leepeuker/movary:0.61.0
|
||||||
container_name: movary-migration
|
container_name: movary-migration
|
||||||
command: php bin/console.php database:migration:migrate
|
command: php bin/console.php database:migration:migrate
|
||||||
environment:
|
environment:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user