mirror of
https://github.com/vhaudiquet/homeprod.git
synced 2026-01-09 11:37:59 +00:00
Merge branch 'main' of https://github.com/vhaudiquet/homeprod
* '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:
@@ -1,6 +1,6 @@
|
||||
services:
|
||||
esphome:
|
||||
image: ghcr.io/esphome/esphome:2025.11.3
|
||||
image: ghcr.io/esphome/esphome:2025.12.1
|
||||
ports:
|
||||
- "6052"
|
||||
networks:
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
services:
|
||||
n8n:
|
||||
image: docker.n8n.io/n8nio/n8n:1.122.5
|
||||
image: docker.n8n.io/n8nio/n8n:2.0.3
|
||||
environment:
|
||||
- TZ=Europe/Paris
|
||||
- N8N_SECURE_COOKIE=false
|
||||
|
||||
@@ -2,7 +2,7 @@ services:
|
||||
zigbee2mqtt:
|
||||
container_name: zigbee2mqtt
|
||||
restart: unless-stopped
|
||||
image: koenkk/zigbee2mqtt:2.7.0
|
||||
image: koenkk/zigbee2mqtt:2.7.1
|
||||
networks:
|
||||
- default
|
||||
- proxy
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
services:
|
||||
roundcube:
|
||||
image: roundcube/roundcubemail:1.6.11-apache
|
||||
image: roundcube/roundcubemail:1.6.12-apache
|
||||
container_name: roundcube
|
||||
networks:
|
||||
- default
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
services:
|
||||
stalwart:
|
||||
image: stalwartlabs/stalwart:v0.14.1
|
||||
image: stalwartlabs/stalwart:v0.15.1
|
||||
container_name: stalwart
|
||||
networks:
|
||||
- default
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
services:
|
||||
grampsweb:
|
||||
container_name: grampsweb
|
||||
image: ghcr.io/gramps-project/grampsweb:25.11.2
|
||||
image: ghcr.io/gramps-project/grampsweb:25.12.0
|
||||
restart: always
|
||||
networks:
|
||||
- default
|
||||
@@ -30,12 +30,12 @@ services:
|
||||
- "traefik.http.routers.grampsweb.rule=Host(`gramps.lan`)"
|
||||
healthcheck:
|
||||
test: curl -f http://127.0.0.1:5000 || exit 1
|
||||
interval: 30s
|
||||
retries: 6
|
||||
interval: 1m
|
||||
retries: 10
|
||||
|
||||
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
|
||||
environment:
|
||||
- GRAMPSWEB_TREE="Gramps Web" # will create a new tree if not exists
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
services:
|
||||
jackett:
|
||||
container_name: jackett
|
||||
image: ghcr.io/hotio/jackett:release-0.24.402
|
||||
image: ghcr.io/hotio/jackett:release-0.24.498
|
||||
ports:
|
||||
- "9117"
|
||||
networks:
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
services:
|
||||
jellyfin:
|
||||
image: jellyfin/jellyfin:2025120105
|
||||
image: jellyfin/jellyfin:2025121505
|
||||
container_name: jellyfin
|
||||
networks:
|
||||
- default
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
services:
|
||||
wizarr:
|
||||
container_name: wizarr
|
||||
image: ghcr.io/wizarrrr/wizarr:v2025.11.3
|
||||
image: ghcr.io/wizarrrr/wizarr:v2025.12.0
|
||||
networks:
|
||||
- default
|
||||
- proxy
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
services:
|
||||
navidrome:
|
||||
image: deluan/navidrome:0.58.5
|
||||
image: deluan/navidrome:0.59.0
|
||||
user: 1000:1000 # should be owner of volumes
|
||||
ports:
|
||||
- "4533"
|
||||
|
||||
@@ -16,7 +16,7 @@ services:
|
||||
POSTGRES_DB: paperless
|
||||
|
||||
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
|
||||
networks:
|
||||
- default
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
services:
|
||||
radicale:
|
||||
image: tomsquest/docker-radicale:3.5.8.2
|
||||
image: tomsquest/docker-radicale:3.5.10.0
|
||||
container_name: radicale
|
||||
ports:
|
||||
- 5232
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
services:
|
||||
notesnook-db:
|
||||
image: mongo:8.0.15
|
||||
image: mongo:8.2.3
|
||||
hostname: notesnookdb
|
||||
user: mongodb:mongodb
|
||||
volumes:
|
||||
|
||||
Reference in New Issue
Block a user