This commit is contained in:
2025-07-31 23:11:17 +02:00
6 changed files with 6 additions and 6 deletions

View File

@@ -1,7 +1,7 @@
services: services:
homeassistant: homeassistant:
container_name: homeassistant container_name: homeassistant
image: "ghcr.io/home-assistant/home-assistant:2025.7.2" image: "ghcr.io/home-assistant/home-assistant:2025.7.3"
ports: ports:
- "8123" - "8123"
networks: networks:

View File

@@ -1,6 +1,6 @@
services: services:
traefik: traefik:
image: traefik:3.4 image: traefik:3.5
command: command:
- "--configFile=/etc/traefik/traefik.yml" - "--configFile=/etc/traefik/traefik.yml"
ports: ports:

View File

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

View File

@@ -1,6 +1,6 @@
services: services:
jellyfin: jellyfin:
image: jellyfin/jellyfin:2025071405 image: jellyfin/jellyfin:2025072105
container_name: jellyfin container_name: jellyfin
user: "1000:1000" user: "1000:1000"
networks: networks:

View File

@@ -1,6 +1,6 @@
services: services:
jellyseerr: jellyseerr:
image: fallenbagel/jellyseerr:2.7.1 image: fallenbagel/jellyseerr:2.7.2
container_name: jellyseerr container_name: jellyseerr
environment: environment:
- LOG_LEVEL=debug - LOG_LEVEL=debug

View File

@@ -1,7 +1,7 @@
services: services:
wizarr: wizarr:
container_name: wizarr container_name: wizarr
image: ghcr.io/wizarrrr/wizarr:2025.7.6 image: ghcr.io/wizarrrr/wizarr:2025.7.7
networks: networks:
- default - default
- proxy - proxy