3 Commits

Author SHA1 Message Date
dependabot[bot]
aeab443a3c build(deps): bump n8nio/n8n from 2.10.4 to 2.11.2 in /docker/home/n8n
Bumps [n8nio/n8n](https://github.com/n8n-io/n8n) from 2.10.4 to 2.11.2.
- [Release notes](https://github.com/n8n-io/n8n/releases)
- [Commits](https://github.com/n8n-io/n8n/compare/n8n@2.10.4...n8n@2.11.2)

---
updated-dependencies:
- dependency-name: n8nio/n8n
  dependency-version: 2.11.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-03-16 11:38:32 +01:00
dependabot[bot]
2481849d65 build(deps): bump hotio/jackett
Bumps [hotio/jackett](https://github.com/hotio/jackett) from release-v0.24.1307 to release-v0.24.1332.
- [Commits](https://github.com/hotio/jackett/commits)

---
updated-dependencies:
- dependency-name: hotio/jackett
  dependency-version: release-v0.24.1332
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-03-16 11:37:40 +01:00
dependabot[bot]
8f2d138b70 build(deps): bump jellyfin/jellyfin
Bumps jellyfin/jellyfin from 2026030205 to 2026030905.

---
updated-dependencies:
- dependency-name: jellyfin/jellyfin
  dependency-version: '2026030905'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-03-16 11:36:55 +01:00
3 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
services: services:
n8n: n8n:
image: docker.n8n.io/n8nio/n8n:2.10.4 image: docker.n8n.io/n8nio/n8n:2.11.2
environment: environment:
- TZ=Europe/Paris - TZ=Europe/Paris
- N8N_SECURE_COOKIE=false - N8N_SECURE_COOKIE=false

View File

@@ -1,7 +1,7 @@
services: services:
jackett: jackett:
container_name: jackett container_name: jackett
image: ghcr.io/hotio/jackett:release-v0.24.1307 image: ghcr.io/hotio/jackett:release-v0.24.1332
ports: ports:
- "9117" - "9117"
networks: networks:

View File

@@ -1,6 +1,6 @@
services: services:
jellyfin: jellyfin:
image: jellyfin/jellyfin:2026030205 image: jellyfin/jellyfin:2026030905
container_name: jellyfin container_name: jellyfin
networks: networks:
- default - default