bump tags
This commit is contained in:
parent
7adbb841f7
commit
376627ba84
|
@ -5,7 +5,7 @@ in {
|
|||
# Volunteer-built media solution that puts you in control of your media
|
||||
jellyfin = {
|
||||
autoStart = true;
|
||||
image = "jellyfin/jellyfin:10.9.9";
|
||||
image = "jellyfin/jellyfin:10.10.3";
|
||||
ports = [
|
||||
"${port}:8096/tcp" # HTTP traffic
|
||||
"8920:8920/tcp" # HTTPS traffic
|
||||
|
|
|
@ -5,7 +5,7 @@ in {
|
|||
# # Music collection manager for Usenet and BitTorrent users
|
||||
lidarr = {
|
||||
autoStart = true;
|
||||
image = "ghcr.io/hotio/lidarr:release-2.4.3.4248";
|
||||
image = "ghcr.io/hotio/lidarr:release-2.7.1.4417";
|
||||
ports = [
|
||||
"${port}:8686/tcp" # WebUI
|
||||
];
|
||||
|
|
|
@ -5,7 +5,7 @@ in {
|
|||
# Indexer manager/proxy built on the popular arr .net/reactjs base stack to integrate with your various PVR apps.
|
||||
prowlarr = {
|
||||
autoStart = true;
|
||||
image = "ghcr.io/hotio/prowlarr:release-1.21.2.4649";
|
||||
image = "ghcr.io/hotio/prowlarr:release-1.26.1.4844";
|
||||
ports = [
|
||||
"${port}:9696/tcp" # WebUI
|
||||
];
|
||||
|
|
|
@ -5,7 +5,7 @@ in {
|
|||
# # Open-source software alternative to µTorrent
|
||||
qbittorrent = {
|
||||
autoStart = true;
|
||||
image = "ghcr.io/hotio/qbittorrent:release-4.6.5";
|
||||
image = "ghcr.io/hotio/qbittorrent:release-5.0.2";
|
||||
ports = [
|
||||
"${port}:8080/tcp" # WebUI
|
||||
"32372:32372/tcp" # Transport protocol
|
||||
|
|
|
@ -5,7 +5,7 @@ in {
|
|||
# Movie collection manager for Usenet and BitTorrent users
|
||||
radarr = {
|
||||
autoStart = true;
|
||||
image = "ghcr.io/hotio/radarr:release-5.8.3.8933";
|
||||
image = "ghcr.io/hotio/radarr:release-5.15.1.9463";
|
||||
ports = [
|
||||
"${port}:7878/tcp" # WebUI
|
||||
];
|
||||
|
|
|
@ -5,7 +5,7 @@ in {
|
|||
# PVR for Usenet and BitTorrent users
|
||||
sonarr = {
|
||||
autoStart = true;
|
||||
image = "ghcr.io/hotio/sonarr:release-4.0.8.1874";
|
||||
image = "ghcr.io/hotio/sonarr:release-4.0.10.2544";
|
||||
ports = [
|
||||
"${port}:8989/tcp" # WebUI
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue