chore: update containers
This commit is contained in:
parent
d22c2abb30
commit
12025c53da
@ -38,7 +38,7 @@ in
|
|||||||
CANARY = "true";
|
CANARY = "true";
|
||||||
};
|
};
|
||||||
# Tags: latest
|
# Tags: latest
|
||||||
image = "docker.io/machines/filestash@sha256:923c3399768fada3424bb6f3bc01521dad30e9a7a840cfb2eba3610b6acafffe";
|
image = "docker.io/machines/filestash@sha256:9f2df9dc6d8a73e793a8907f3fe83c2e4574deb5db2959032720abb614fcd601";
|
||||||
networks = [ networks.br-services.ref ];
|
networks = [ networks.br-services.ref ];
|
||||||
publishPorts = [ "127.0.0.1:${port}:${port}/tcp" ];
|
publishPorts = [ "127.0.0.1:${port}:${port}/tcp" ];
|
||||||
volumes = [
|
volumes = [
|
||||||
|
@ -16,8 +16,8 @@ in
|
|||||||
virtualisation.quadlet.containers.jackett = {
|
virtualisation.quadlet.containers.jackett = {
|
||||||
autoStart = true;
|
autoStart = true;
|
||||||
containerConfig = {
|
containerConfig = {
|
||||||
# Tags: 0.22.2117, version-v0.22.2117, v0.22.2117-ls80
|
# Tags: 0.22.2151, version-v0.22.2151, v0.22.2151-ls89
|
||||||
image = "docker.io/linuxserver/jackett@sha256:221606b0ed7df0d66e601d0ba83f5f9cc9b9c761bafad3507d6854406b3a447b";
|
image = "docker.io/linuxserver/jackett@sha256:31fe4e871f1d52190d3b76aac92cbbdb67b42623fb364038744afac59e860841";
|
||||||
pod = pods.media-stack.ref;
|
pod = pods.media-stack.ref;
|
||||||
environments = {
|
environments = {
|
||||||
PUID = "1000";
|
PUID = "1000";
|
||||||
|
@ -28,8 +28,8 @@ in
|
|||||||
virtualisation.quadlet.containers.jellyfin = {
|
virtualisation.quadlet.containers.jellyfin = {
|
||||||
autoStart = true;
|
autoStart = true;
|
||||||
containerConfig = {
|
containerConfig = {
|
||||||
# Tags: 10.10.7, version-10.10.7ubu2404, 10.10.7ubu2404-ls68
|
# Tags: 10.10.7, version-10.10.7ubu2404, 10.10.7ubu2404-ls69
|
||||||
image = "docker.io/linuxserver/jellyfin@sha256:d325675bce77eda246f13d0aa2bf94002d4e426e6e1783594cf9b6df164fcb23";
|
image = "docker.io/linuxserver/jellyfin@sha256:8275e69a75a07ba69e76590472a1e0c5bdf5ec2df6ce03eee6d961e8cff0680c";
|
||||||
pod = pods.media-stack.ref;
|
pod = pods.media-stack.ref;
|
||||||
environments = {
|
environments = {
|
||||||
PUID = "1000";
|
PUID = "1000";
|
||||||
|
@ -16,8 +16,8 @@ in
|
|||||||
virtualisation.quadlet.containers.kavita = {
|
virtualisation.quadlet.containers.kavita = {
|
||||||
autoStart = true;
|
autoStart = true;
|
||||||
containerConfig = {
|
containerConfig = {
|
||||||
# Tags: 0.8.6, version-v0.8.6.2, v0.8.6.2-ls79
|
# Tags: 0.8.7, version-v0.8.7, v0.8.7-ls80
|
||||||
image = "docker.io/linuxserver/kavita@sha256:b222e4b2137db2301756d018076d0bfee858077d8af24d709f1f4003d628e580";
|
image = "docker.io/linuxserver/kavita@sha256:c98ce2c8e6c31aea7789b277f073f68bec35aa59772d08bdad75a7adcd843404";
|
||||||
pod = pods.media-stack.ref;
|
pod = pods.media-stack.ref;
|
||||||
environments = {
|
environments = {
|
||||||
PUID = "1000";
|
PUID = "1000";
|
||||||
|
@ -16,8 +16,8 @@ in
|
|||||||
virtualisation.quadlet.containers.lidarr = {
|
virtualisation.quadlet.containers.lidarr = {
|
||||||
autoStart = true;
|
autoStart = true;
|
||||||
containerConfig = {
|
containerConfig = {
|
||||||
# Tags: 2.12.4, version-2.12.4.4658, 2.12.4.4658-ls45
|
# Tags: 2.12.4, version-2.12.4.4658, 2.12.4.4658-ls46
|
||||||
image = "docker.io/linuxserver/lidarr@sha256:71fe6d5702691c6ac8961b9b1042fdea1ff833a49c82c5e165346fa88999a48a";
|
image = "docker.io/linuxserver/lidarr@sha256:b1daebbda8ee180e509bb726378b0dd7816ac29eef43a8e85f6071be4d4e6904";
|
||||||
pod = pods.media-stack.ref;
|
pod = pods.media-stack.ref;
|
||||||
environments = {
|
environments = {
|
||||||
PUID = "1000";
|
PUID = "1000";
|
||||||
@ -26,8 +26,8 @@ in
|
|||||||
};
|
};
|
||||||
volumes = [
|
volumes = [
|
||||||
"${nas-path}/configs/lidarr/config:/config"
|
"${nas-path}/configs/lidarr/config:/config"
|
||||||
"${nas-path}/configs/lidarr/custom-services.d:/custom-services.d"
|
# "${nas-path}/configs/lidarr/custom-services.d:/custom-services.d"
|
||||||
"${nas-path}/configs/lidarr/custom-cont-init.d:/custom-cont-init.d"
|
# "${nas-path}/configs/lidarr/custom-cont-init.d:/custom-cont-init.d"
|
||||||
"${nas-path}:/data"
|
"${nas-path}:/data"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
@ -16,8 +16,8 @@ in
|
|||||||
virtualisation.quadlet.containers.medusa = {
|
virtualisation.quadlet.containers.medusa = {
|
||||||
autoStart = true;
|
autoStart = true;
|
||||||
containerConfig = {
|
containerConfig = {
|
||||||
# Tags: 1.0.22, version-v1.0.22, v1.0.22-ls230
|
# Tags: 1.0.22, version-v1.0.22, v1.0.22-ls231
|
||||||
image = "docker.io/linuxserver/medusa@sha256:89d7397b64b079050d8d20284fc692aee36a196885f57e5d9a396455d58a130d";
|
image = "docker.io/linuxserver/medusa@sha256:fbbdadece3edb4754b2911e4fc99607c62b6b356564d9c07532268b15a026344";
|
||||||
pod = pods.media-stack.ref;
|
pod = pods.media-stack.ref;
|
||||||
environments = {
|
environments = {
|
||||||
PUID = "1000";
|
PUID = "1000";
|
||||||
|
@ -18,8 +18,8 @@ in
|
|||||||
virtualisation.quadlet.containers.qbittorrent = {
|
virtualisation.quadlet.containers.qbittorrent = {
|
||||||
autoStart = true;
|
autoStart = true;
|
||||||
containerConfig = {
|
containerConfig = {
|
||||||
# Tags: 5.1.2, version-5.1.2-r0, 5.1.2-r0-ls402
|
# Tags: 5.1.2, version-5.1.2-r1, 5.1.2-r1-ls404
|
||||||
image = "docker.io/linuxserver/qbittorrent@sha256:94c8c82291c4fcf86084a6efb9f806786296fad48739e4723dc9a5393073a2ae";
|
image = "docker.io/linuxserver/qbittorrent@sha256:a53a9f228ab3cdddd594d44138fbbf579fb40c88502bf491d725b0b8e83ab253";
|
||||||
pod = pods.media-stack.ref;
|
pod = pods.media-stack.ref;
|
||||||
environments = {
|
environments = {
|
||||||
PUID = "1000";
|
PUID = "1000";
|
||||||
|
@ -16,8 +16,8 @@ in
|
|||||||
virtualisation.quadlet.containers.radarr = {
|
virtualisation.quadlet.containers.radarr = {
|
||||||
autoStart = true;
|
autoStart = true;
|
||||||
containerConfig = {
|
containerConfig = {
|
||||||
# Tags: 5.26.2, version-5.26.2.10099, 5.26.2.10099-ls276
|
# Tags: 5.26.2, version-5.26.2.10099, 5.26.2.10099-ls277
|
||||||
image = "docker.io/linuxserver/radarr@sha256:07a474b61394553e047ad43a1a78c1047fc99be0144c509dd91e3877f402ebcb";
|
image = "docker.io/linuxserver/radarr@sha256:3f6c13cd920e60469e24fac6b25338b0805832e6dea108f8316814d0f4147ab6";
|
||||||
pod = pods.media-stack.ref;
|
pod = pods.media-stack.ref;
|
||||||
environments = {
|
environments = {
|
||||||
PUID = "1000";
|
PUID = "1000";
|
||||||
|
@ -16,8 +16,8 @@ in
|
|||||||
virtualisation.quadlet.containers.sonarr = {
|
virtualisation.quadlet.containers.sonarr = {
|
||||||
autoStart = true;
|
autoStart = true;
|
||||||
containerConfig = {
|
containerConfig = {
|
||||||
# Tags: 4.0.15, version-4.0.15.2941, 4.0.15.2941-ls285
|
# Tags: 4.0.15, version-4.0.15.2941, 4.0.15.2941-ls288
|
||||||
image = "docker.io/linuxserver/sonarr@sha256:1156329d544b38bd1483add75c9b72c559f20e1ca043fd2d6376c2589d38951f";
|
image = "docker.io/linuxserver/sonarr@sha256:b0ac15772c04f329964ed79cb446ab23fd1ee28f33b58b10f0264feac17d33cd";
|
||||||
pod = pods.media-stack.ref;
|
pod = pods.media-stack.ref;
|
||||||
environments = {
|
environments = {
|
||||||
PUID = "1000";
|
PUID = "1000";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user