chore: update media-core services
This commit is contained in:
@@ -13,11 +13,20 @@ Host prerequisites:
|
||||
`/mnt/user/downloads` before Lidarr or Whisparr is enabled.
|
||||
- Application data restored under `/opt/media-core/appdata/<service>`.
|
||||
|
||||
The image digests match the source containers on `192.168.50.10` at the
|
||||
2026-09-05 migration snapshot. Upgrade only after migration acceptance.
|
||||
The image digests were refreshed on 2026-09-05 after the initial migration:
|
||||
NZBHydra2 `v8.9.0-ls103`, Lidarr `3.1.0.4875-ls40`, and Whisparr
|
||||
`2.2.0-release.231`. A consistent pre-upgrade Appdata backup is retained at
|
||||
`/opt/media-core/backups/pre-upgrade-20260905-1550.tar`.
|
||||
|
||||
Whisparr uses only the Compose-internal NZBHydra2 Newznab endpoint
|
||||
`http://nzbhydra2:5076`; its former direct indexers were removed after the
|
||||
aggregate endpoint passed Whisparr's built-in test.
|
||||
|
||||
The initial cutover was deployed from `/opt/media-core/compose.yaml`. Arcane
|
||||
currently sees the containers but does not yet hold a Project record. A first
|
||||
Git Sync registration was rolled back because Arcane v2.9.0 incorrectly bound
|
||||
it to Environment `0` and the Manager-side repository clone timed out. Do not
|
||||
assume Git pushes redeploy this stack until that control-plane issue is fixed.
|
||||
For LAN onboarding, create a separate Arcane repository record using
|
||||
`ssh://git@192.168.50.45:222/kai/infra-docker-configs.git`; `media-core` cannot
|
||||
reach the repository's Tailnet address.
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
services:
|
||||
nzbhydra2:
|
||||
image: lscr.io/linuxserver/nzbhydra2:latest@sha256:79798f72d2ac2e02aa38fa20379bc8af4c0cc7d5ec56b7a5c90b9382b81f1b4c
|
||||
image: lscr.io/linuxserver/nzbhydra2:latest@sha256:375f3d26f3565f4cf1a6310c401c22c1516703fe3b578934150177b363293add
|
||||
container_name: nzbhydra2
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
@@ -22,7 +22,7 @@ services:
|
||||
max-file: "3"
|
||||
|
||||
lidarr:
|
||||
image: lscr.io/linuxserver/lidarr:latest@sha256:f2a186ce04ec5adb133f92a08dd3efbc918fc71b33077426ef099d94350dfa1b
|
||||
image: lscr.io/linuxserver/lidarr:latest@sha256:c74c32408fdf6e7926ad62641fc1a5544206ee65c33f2188bb179edb30e28f5a
|
||||
container_name: lidarr
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
@@ -42,7 +42,7 @@ services:
|
||||
logging: *default-logging
|
||||
|
||||
whisparr:
|
||||
image: ghcr.io/hotio/whisparr:latest@sha256:cb6f32312e39a8574a1dc13174fa2165335828c8722f19f66c27a8ae292800b9
|
||||
image: ghcr.io/hotio/whisparr:latest@sha256:b08aa334d3e204fc9b0ed9625368e0c17cc976cd185580b5ccb5388952dbf725
|
||||
container_name: whisparr
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
|
||||
Reference in New Issue
Block a user