chore(deps): update deluan/navidrome docker tag to v0.50.0 (#1609)

This commit is contained in:
renovate[bot] 2023-11-17 04:35:38 +00:00 committed by GitHub
parent c0df9537cb
commit 7e846a3136
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 5 deletions

View File

@ -5,12 +5,18 @@
"exposable": true, "exposable": true,
"id": "navidrome", "id": "navidrome",
"description": "Modern Music Server and Streamer compatible with Subsonic/Airsonic", "description": "Modern Music Server and Streamer compatible with Subsonic/Airsonic",
"tipi_version": 5, "tipi_version": 6,
"version": "0.49.3", "version": "0.50.0",
"categories": ["media", "music"], "categories": [
"media",
"music"
],
"short_desc": "A selfhosted music server", "short_desc": "A selfhosted music server",
"author": "https://github.com/Bvoxl", "author": "https://github.com/Bvoxl",
"source": "https://github.com/navidrome/navidrome/", "source": "https://github.com/navidrome/navidrome/",
"form_fields": [], "form_fields": [],
"supported_architectures": ["arm64", "amd64"] "supported_architectures": [
"arm64",
"amd64"
]
} }

View File

@ -2,7 +2,7 @@ version: "3"
services: services:
navidrome: navidrome:
container_name: navidrome container_name: navidrome
image: deluan/navidrome:0.49.3 image: deluan/navidrome:0.50.0
ports: ports:
- ${APP_PORT}:4533 - ${APP_PORT}:4533
restart: unless-stopped restart: unless-stopped