mirror of
https://github.com/vhaudiquet/homeprod.git
synced 2025-12-19 12:36:03 +00:00
Merge branch 'main' of https://github.com/vhaudiquet/homeprod
* 'main' of https://github.com/vhaudiquet/homeprod: build(deps): bump mongo from 8.0.14 to 8.0.15 in /docker/tools/notesnook build(deps): bump vabene1111/recipes in /docker/personal/tandoor build(deps): bump tomsquest/docker-radicale in /docker/personal/radicale build(deps): bump wizarrrr/wizarr build(deps): bump jellyfin/jellyfin build(deps): bump hotio/jackett build(deps): bump library/redis in /docker/personal/gramps build(deps): bump stalwartlabs/stalwart build(deps): bump esphome/esphome in /docker/home/esphome
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
services:
|
services:
|
||||||
esphome:
|
esphome:
|
||||||
image: ghcr.io/esphome/esphome:2025.9.1
|
image: ghcr.io/esphome/esphome:2025.9.3
|
||||||
ports:
|
ports:
|
||||||
- "6052"
|
- "6052"
|
||||||
networks:
|
networks:
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
services:
|
services:
|
||||||
stalwart:
|
stalwart:
|
||||||
image: stalwartlabs/stalwart:v0.13.3
|
image: stalwartlabs/stalwart:v0.13.4
|
||||||
container_name: stalwart
|
container_name: stalwart
|
||||||
networks:
|
networks:
|
||||||
- default
|
- default
|
||||||
|
|||||||
@@ -51,7 +51,7 @@ services:
|
|||||||
command: celery -A gramps_webapi.celery worker --loglevel=INFO --concurrency=2
|
command: celery -A gramps_webapi.celery worker --loglevel=INFO --concurrency=2
|
||||||
|
|
||||||
grampsweb_redis:
|
grampsweb_redis:
|
||||||
image: docker.io/library/redis:8.0.3-alpine
|
image: docker.io/library/redis:8.2.2-alpine
|
||||||
container_name: grampsweb_redis
|
container_name: grampsweb_redis
|
||||||
restart: always
|
restart: always
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
services:
|
services:
|
||||||
jackett:
|
jackett:
|
||||||
container_name: jackett
|
container_name: jackett
|
||||||
image: ghcr.io/hotio/jackett:release-0.23.74
|
image: ghcr.io/hotio/jackett:release-0.24.72
|
||||||
ports:
|
ports:
|
||||||
- "9117"
|
- "9117"
|
||||||
networks:
|
networks:
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
services:
|
services:
|
||||||
jellyfin:
|
jellyfin:
|
||||||
image: jellyfin/jellyfin:2025092205
|
image: jellyfin/jellyfin:2025092905
|
||||||
container_name: jellyfin
|
container_name: jellyfin
|
||||||
user: "1000:1000"
|
user: "1000:1000"
|
||||||
networks:
|
networks:
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
services:
|
services:
|
||||||
wizarr:
|
wizarr:
|
||||||
container_name: wizarr
|
container_name: wizarr
|
||||||
image: ghcr.io/wizarrrr/wizarr:v2025.9.7
|
image: ghcr.io/wizarrrr/wizarr:v2025.10.1
|
||||||
networks:
|
networks:
|
||||||
- default
|
- default
|
||||||
- proxy
|
- proxy
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
services:
|
services:
|
||||||
radicale:
|
radicale:
|
||||||
image: tomsquest/docker-radicale:3.5.6.0
|
image: tomsquest/docker-radicale:3.5.7.0
|
||||||
container_name: radicale
|
container_name: radicale
|
||||||
ports:
|
ports:
|
||||||
- 5232
|
- 5232
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ services:
|
|||||||
|
|
||||||
web_recipes:
|
web_recipes:
|
||||||
restart: always
|
restart: always
|
||||||
image: vabene1111/recipes:2.2.7
|
image: vabene1111/recipes:2.3.0
|
||||||
env_file:
|
env_file:
|
||||||
- ./.env
|
- ./.env
|
||||||
volumes:
|
volumes:
|
||||||
|
|||||||
@@ -48,7 +48,7 @@ services:
|
|||||||
restart: "no"
|
restart: "no"
|
||||||
|
|
||||||
notesnook-db:
|
notesnook-db:
|
||||||
image: mongo:8.0.14
|
image: mongo:8.0.15
|
||||||
hostname: notesnookdb
|
hostname: notesnookdb
|
||||||
volumes:
|
volumes:
|
||||||
- dbdata:/data/db
|
- dbdata:/data/db
|
||||||
@@ -69,7 +69,7 @@ services:
|
|||||||
# upgrading it to a replica set. This is only required once but we running
|
# upgrading it to a replica set. This is only required once but we running
|
||||||
# it multiple times is no issue.
|
# it multiple times is no issue.
|
||||||
initiate-rs0:
|
initiate-rs0:
|
||||||
image: mongo:8.0.14
|
image: mongo:8.0.15
|
||||||
networks:
|
networks:
|
||||||
- notesnook
|
- notesnook
|
||||||
depends_on:
|
depends_on:
|
||||||
|
|||||||
Reference in New Issue
Block a user