chore(deps): update yooooomi/your_spotify_client docker tag to v1.7.0 (#900)

This commit is contained in:
renovate[bot] 2023-07-24 21:54:38 +00:00 committed by GitHub
parent ea6dc58438
commit 295c25e83d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 4 deletions

View File

@ -5,9 +5,12 @@
"exposable": true, "exposable": true,
"port": 8103, "port": 8103,
"id": "your-spotify", "id": "your-spotify",
"tipi_version": 4, "tipi_version": 5,
"version": "1.6.0", "version": "1.7.0",
"categories": ["music", "utilities"], "categories": [
"music",
"utilities"
],
"description": "Self hosted Spotify tracking dashboard.", "description": "Self hosted Spotify tracking dashboard.",
"short_desc": "Self hosted Spotify tracking dashboard.", "short_desc": "Self hosted Spotify tracking dashboard.",
"author": "Yooooomi", "author": "Yooooomi",

View File

@ -3,7 +3,7 @@ version: "3"
services: services:
your-spotify: your-spotify:
container_name: your-spotify container_name: your-spotify
image: yooooomi/your_spotify_client:1.6.0 image: yooooomi/your_spotify_client:1.7.0
depends_on: depends_on:
- your-spotify-server - your-spotify-server
restart: unless-stopped restart: unless-stopped