* 'main' of https://github.com/vhaudiquet/homeprod: (22 commits)
  gramps: more time for healthcheck
  build(deps): bump mongo from 8.0.15 to 8.2.3 in /docker/tools/notesnook
  build(deps): bump tomsquest/docker-radicale in /docker/personal/radicale
  build(deps): bump paperless-ngx/paperless-ngx
  build(deps): bump jellyfin/jellyfin
  build(deps): bump hotio/jackett
  build(deps): bump gramps-project/grampsweb in /docker/personal/gramps
  build(deps): bump roundcube/roundcubemail
  build(deps): bump stalwartlabs/stalwart
  build(deps): bump n8nio/n8n from 1.123.5 to 2.0.3 in /docker/home/n8n
  build(deps): bump esphome/esphome in /docker/home/esphome
  build(deps): bump paperless-ngx/paperless-ngx
  build(deps): bump wizarrrr/wizarr
  build(deps): bump jellyfin/jellyfin
  build(deps): bump hotio/jackett
  build(deps): bump n8nio/n8n from 1.122.5 to 1.123.5 in /docker/home/n8n
  build(deps): bump esphome/esphome in /docker/home/esphome
  build(deps): bump tomsquest/docker-radicale in /docker/personal/radicale
  build(deps): bump deluan/navidrome
  build(deps): bump hotio/jackett
  ...
This commit is contained in:
2025-12-26 19:00:04 +01:00
13 changed files with 16 additions and 16 deletions

View File

@@ -1,6 +1,6 @@
services: services:
esphome: esphome:
image: ghcr.io/esphome/esphome:2025.11.3 image: ghcr.io/esphome/esphome:2025.12.1
ports: ports:
- "6052" - "6052"
networks: networks:

View File

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

View File

@@ -2,7 +2,7 @@ services:
zigbee2mqtt: zigbee2mqtt:
container_name: zigbee2mqtt container_name: zigbee2mqtt
restart: unless-stopped restart: unless-stopped
image: koenkk/zigbee2mqtt:2.7.0 image: koenkk/zigbee2mqtt:2.7.1
networks: networks:
- default - default
- proxy - proxy

View File

@@ -1,6 +1,6 @@
services: services:
roundcube: roundcube:
image: roundcube/roundcubemail:1.6.11-apache image: roundcube/roundcubemail:1.6.12-apache
container_name: roundcube container_name: roundcube
networks: networks:
- default - default

View File

@@ -1,6 +1,6 @@
services: services:
stalwart: stalwart:
image: stalwartlabs/stalwart:v0.14.1 image: stalwartlabs/stalwart:v0.15.1
container_name: stalwart container_name: stalwart
networks: networks:
- default - default

View File

@@ -1,7 +1,7 @@
services: services:
grampsweb: grampsweb:
container_name: grampsweb container_name: grampsweb
image: ghcr.io/gramps-project/grampsweb:25.11.2 image: ghcr.io/gramps-project/grampsweb:25.12.0
restart: always restart: always
networks: networks:
- default - default
@@ -30,12 +30,12 @@ services:
- "traefik.http.routers.grampsweb.rule=Host(`gramps.lan`)" - "traefik.http.routers.grampsweb.rule=Host(`gramps.lan`)"
healthcheck: healthcheck:
test: curl -f http://127.0.0.1:5000 || exit 1 test: curl -f http://127.0.0.1:5000 || exit 1
interval: 30s interval: 1m
retries: 6 retries: 10
grampsweb_celery: grampsweb_celery:
container_name: grampsweb_celery container_name: grampsweb_celery
image: ghcr.io/gramps-project/grampsweb:25.11.2 image: ghcr.io/gramps-project/grampsweb:25.12.0
restart: always restart: always
environment: environment:
- GRAMPSWEB_TREE="Gramps Web" # will create a new tree if not exists - GRAMPSWEB_TREE="Gramps Web" # will create a new tree if not exists

View File

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

View File

@@ -1,6 +1,6 @@
services: services:
jellyfin: jellyfin:
image: jellyfin/jellyfin:2025120105 image: jellyfin/jellyfin:2025121505
container_name: jellyfin container_name: jellyfin
networks: networks:
- default - default

View File

@@ -1,7 +1,7 @@
services: services:
wizarr: wizarr:
container_name: wizarr container_name: wizarr
image: ghcr.io/wizarrrr/wizarr:v2025.11.3 image: ghcr.io/wizarrrr/wizarr:v2025.12.0
networks: networks:
- default - default
- proxy - proxy

View File

@@ -1,6 +1,6 @@
services: services:
navidrome: navidrome:
image: deluan/navidrome:0.58.5 image: deluan/navidrome:0.59.0
user: 1000:1000 # should be owner of volumes user: 1000:1000 # should be owner of volumes
ports: ports:
- "4533" - "4533"

View File

@@ -16,7 +16,7 @@ services:
POSTGRES_DB: paperless POSTGRES_DB: paperless
paperless-webserver: paperless-webserver:
image: ghcr.io/paperless-ngx/paperless-ngx:2.20.1 image: ghcr.io/paperless-ngx/paperless-ngx:2.20.3
restart: unless-stopped restart: unless-stopped
networks: networks:
- default - default

View File

@@ -1,6 +1,6 @@
services: services:
radicale: radicale:
image: tomsquest/docker-radicale:3.5.8.2 image: tomsquest/docker-radicale:3.5.10.0
container_name: radicale container_name: radicale
ports: ports:
- 5232 - 5232

View File

@@ -1,6 +1,6 @@
services: services:
notesnook-db: notesnook-db:
image: mongo:8.0.15 image: mongo:8.2.3
hostname: notesnookdb hostname: notesnookdb
user: mongodb:mongodb user: mongodb:mongodb
volumes: volumes: