mirror of
https://github.com/vhaudiquet/homeprod.git
synced 2026-05-09 01:57:21 +00:00
Compare commits
8 Commits
cbfb279f32
...
72d5528ed3
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
72d5528ed3 | ||
|
|
646b4b5d80 | ||
|
|
5c59ceb2fa | ||
|
|
457c771339 | ||
|
|
b9f3c7eff6 | ||
|
|
f3d05847f3 | ||
|
|
675d755d5f | ||
|
|
04aff9da7b |
@@ -1,6 +1,6 @@
|
||||
services:
|
||||
esphome:
|
||||
image: ghcr.io/esphome/esphome:2026.2.4
|
||||
image: ghcr.io/esphome/esphome:2026.3.1
|
||||
ports:
|
||||
- "6052"
|
||||
networks:
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
services:
|
||||
n8n:
|
||||
image: docker.n8n.io/n8nio/n8n:2.12.2
|
||||
image: docker.n8n.io/n8nio/n8n:2.13.2
|
||||
environment:
|
||||
- TZ=Europe/Paris
|
||||
- N8N_SECURE_COOKIE=false
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
services:
|
||||
roundcube:
|
||||
image: roundcube/roundcubemail:1.6.13-apache
|
||||
image: roundcube/roundcubemail:1.6.14-apache
|
||||
container_name: roundcube
|
||||
networks:
|
||||
- default
|
||||
|
||||
@@ -56,7 +56,7 @@ services:
|
||||
command: celery -A gramps_webapi.celery worker --loglevel=INFO --concurrency=2
|
||||
|
||||
grampsweb_redis:
|
||||
image: docker.io/library/redis:8.6.1-alpine
|
||||
image: docker.io/library/redis:8.6.2-alpine
|
||||
container_name: grampsweb_redis
|
||||
restart: always
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
services:
|
||||
jackett:
|
||||
container_name: jackett
|
||||
image: ghcr.io/hotio/jackett:release-v0.24.1392
|
||||
image: ghcr.io/hotio/jackett:release-v0.24.1450
|
||||
ports:
|
||||
- "9117"
|
||||
networks:
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
services:
|
||||
jellyfin:
|
||||
image: jellyfin/jellyfin:2026031605
|
||||
image: jellyfin/jellyfin:2026032305
|
||||
container_name: jellyfin
|
||||
networks:
|
||||
- default
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
services:
|
||||
sonarr:
|
||||
container_name: sonarr
|
||||
image: ghcr.io/hotio/sonarr:release-4.0.16.2944
|
||||
image: ghcr.io/hotio/sonarr:release-4.0.17.2952
|
||||
ports:
|
||||
- "8989"
|
||||
networks:
|
||||
|
||||
@@ -16,7 +16,7 @@ services:
|
||||
POSTGRES_DB: paperless
|
||||
|
||||
paperless-webserver:
|
||||
image: ghcr.io/paperless-ngx/paperless-ngx:2.20.11
|
||||
image: ghcr.io/paperless-ngx/paperless-ngx:2.20.13
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
- default
|
||||
|
||||
Reference in New Issue
Block a user