mirror of
https://github.com/vhaudiquet/homeprod.git
synced 2026-03-19 07:17:26 +00:00
Compare commits
12 Commits
17639abed1
...
38c6b4c138
| Author | SHA1 | Date | |
|---|---|---|---|
| 38c6b4c138 | |||
| eef121af3b | |||
| 2ff7a51ad4 | |||
| 344290dac9 | |||
| bba95e2fac | |||
| 6a29a1bf33 | |||
|
|
feff6d83ed | ||
|
|
1948784e9c | ||
|
|
12c39dc5f1 | ||
|
|
cda37ebc84 | ||
|
|
a671aa0f24 | ||
|
|
be339213b9 |
@@ -1,6 +1,6 @@
|
|||||||
services:
|
services:
|
||||||
esphome:
|
esphome:
|
||||||
image: ghcr.io/esphome/esphome:2025.11.4
|
image: ghcr.io/esphome/esphome:2025.11.5
|
||||||
ports:
|
ports:
|
||||||
- "6052"
|
- "6052"
|
||||||
networks:
|
networks:
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
services:
|
services:
|
||||||
n8n:
|
n8n:
|
||||||
image: docker.n8n.io/n8nio/n8n:1.122.5
|
image: docker.n8n.io/n8nio/n8n:1.123.5
|
||||||
environment:
|
environment:
|
||||||
- TZ=Europe/Paris
|
- TZ=Europe/Paris
|
||||||
- N8N_SECURE_COOKIE=false
|
- N8N_SECURE_COOKIE=false
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
services:
|
services:
|
||||||
jackett:
|
jackett:
|
||||||
container_name: jackett
|
container_name: jackett
|
||||||
image: ghcr.io/hotio/jackett:release-0.24.415
|
image: ghcr.io/hotio/jackett:release-0.24.452
|
||||||
ports:
|
ports:
|
||||||
- "9117"
|
- "9117"
|
||||||
networks:
|
networks:
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
services:
|
services:
|
||||||
jellyfin:
|
jellyfin:
|
||||||
image: jellyfin/jellyfin:2025120105
|
image: jellyfin/jellyfin:2025120805
|
||||||
container_name: jellyfin
|
container_name: jellyfin
|
||||||
networks:
|
networks:
|
||||||
- default
|
- default
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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.2
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
networks:
|
networks:
|
||||||
- default
|
- default
|
||||||
|
|||||||
Reference in New Issue
Block a user