chore(viridian): update all Docker services to latest pinned releases
Update all container images to their latest stable releases with pinned version tags (not "latest" tag for reproducibility). Multimedia services: - Jellyfin: 10.10.5 → 10.11.5 - Lidarr: 2.9.6.4552 → 3.1.0.4875 - Prowlarr: 1.30.2.4939 → 2.3.0.5236 - qBittorrent: 5.0.3 → 5.1.4 - Radarr: 5.18.4.9674 → 6.0.4.10291 - Sonarr: 4.0.13.2932 → 4.0.16.2944 Services: - OpenGist: 1.10 → 1.11.1
This commit is contained in:
parent
d9079d778f
commit
f4067e3697
7 changed files with 7 additions and 7 deletions
|
|
@ -5,7 +5,7 @@ in {
|
||||||
# Volunteer-built media solution that puts you in control of your media
|
# Volunteer-built media solution that puts you in control of your media
|
||||||
jellyfin = {
|
jellyfin = {
|
||||||
autoStart = true;
|
autoStart = true;
|
||||||
image = "jellyfin/jellyfin:10.10.5";
|
image = "jellyfin/jellyfin:10.11.5";
|
||||||
ports = [
|
ports = [
|
||||||
"${port}:8096/tcp" # HTTP traffic
|
"${port}:8096/tcp" # HTTP traffic
|
||||||
"8920:8920/tcp" # HTTPS traffic
|
"8920:8920/tcp" # HTTPS traffic
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@ in {
|
||||||
# # Music collection manager for Usenet and BitTorrent users
|
# # Music collection manager for Usenet and BitTorrent users
|
||||||
lidarr = {
|
lidarr = {
|
||||||
autoStart = true;
|
autoStart = true;
|
||||||
image = "ghcr.io/hotio/lidarr:release-2.9.6.4552";
|
image = "ghcr.io/hotio/lidarr:release-3.1.0.4875";
|
||||||
ports = [
|
ports = [
|
||||||
"${port}:8686/tcp" # WebUI
|
"${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.
|
# Indexer manager/proxy built on the popular arr .net/reactjs base stack to integrate with your various PVR apps.
|
||||||
prowlarr = {
|
prowlarr = {
|
||||||
autoStart = true;
|
autoStart = true;
|
||||||
image = "ghcr.io/hotio/prowlarr:release-1.30.2.4939";
|
image = "ghcr.io/hotio/prowlarr:release-2.3.0.5236";
|
||||||
ports = [
|
ports = [
|
||||||
"${port}:9696/tcp" # WebUI
|
"${port}:9696/tcp" # WebUI
|
||||||
];
|
];
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@ in {
|
||||||
# # Open-source software alternative to µTorrent
|
# # Open-source software alternative to µTorrent
|
||||||
qbittorrent = {
|
qbittorrent = {
|
||||||
autoStart = true;
|
autoStart = true;
|
||||||
image = "ghcr.io/hotio/qbittorrent:release-5.0.3";
|
image = "ghcr.io/hotio/qbittorrent:release-5.1.4";
|
||||||
ports = [
|
ports = [
|
||||||
"${port}:8080/tcp" # WebUI
|
"${port}:8080/tcp" # WebUI
|
||||||
"32372:32372/tcp" # Transport protocol
|
"32372:32372/tcp" # Transport protocol
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@ in {
|
||||||
# Movie collection manager for Usenet and BitTorrent users
|
# Movie collection manager for Usenet and BitTorrent users
|
||||||
radarr = {
|
radarr = {
|
||||||
autoStart = true;
|
autoStart = true;
|
||||||
image = "ghcr.io/hotio/radarr:release-5.18.4.9674";
|
image = "ghcr.io/hotio/radarr:release-6.0.4.10291";
|
||||||
ports = [
|
ports = [
|
||||||
"${port}:7878/tcp" # WebUI
|
"${port}:7878/tcp" # WebUI
|
||||||
];
|
];
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@ in {
|
||||||
# PVR for Usenet and BitTorrent users
|
# PVR for Usenet and BitTorrent users
|
||||||
sonarr = {
|
sonarr = {
|
||||||
autoStart = true;
|
autoStart = true;
|
||||||
image = "ghcr.io/hotio/sonarr:release-4.0.13.2932";
|
image = "ghcr.io/hotio/sonarr:release-4.0.16.2944";
|
||||||
ports = [
|
ports = [
|
||||||
"${port}:8989/tcp" # WebUI
|
"${port}:8989/tcp" # WebUI
|
||||||
];
|
];
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@ in {
|
||||||
# OpenGist service configuration
|
# OpenGist service configuration
|
||||||
virtualisation.oci-containers.containers = {
|
virtualisation.oci-containers.containers = {
|
||||||
opengist = {
|
opengist = {
|
||||||
image = "ghcr.io/thomiceli/opengist:1.10";
|
image = "ghcr.io/thomiceli/opengist:1.11.1";
|
||||||
ports = [
|
ports = [
|
||||||
"${port}:${port}"
|
"${port}:${port}"
|
||||||
];
|
];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue