mirror of
https://github.com/vhaudiquet/homeprod.git
synced 2026-07-27 08:00:46 +00:00
Compare commits
8 Commits
3efa9deb34
...
eb66c382ed
| Author | SHA1 | Date | |
|---|---|---|---|
| eb66c382ed | |||
| ec723f0e2c | |||
| 9a4f10b42e | |||
| bd211a078c | |||
| 490a446467 | |||
| 6166e7b790 | |||
| 7fd43a4551 | |||
|
2a90a6d718
|
@@ -12,7 +12,6 @@ updates:
|
|||||||
- "/docker/home/node-red"
|
- "/docker/home/node-red"
|
||||||
- "/docker/home/zigbee2mqtt"
|
- "/docker/home/zigbee2mqtt"
|
||||||
- "/docker/infrastructure/mail/roundcube"
|
- "/docker/infrastructure/mail/roundcube"
|
||||||
- "/docker/infrastructure/mail/stalwart"
|
|
||||||
- "/docker/infrastructure/network/traefik"
|
- "/docker/infrastructure/network/traefik"
|
||||||
- "/docker/infrastructure/squid"
|
- "/docker/infrastructure/squid"
|
||||||
- "/docker/infrastructure/sshportal"
|
- "/docker/infrastructure/sshportal"
|
||||||
|
|||||||
@@ -33,11 +33,6 @@ roundcube:
|
|||||||
branch: main
|
branch: main
|
||||||
compose_file: docker/infrastructure/mail/roundcube/docker-compose.yml
|
compose_file: docker/infrastructure/mail/roundcube/docker-compose.yml
|
||||||
|
|
||||||
stalwart:
|
|
||||||
repo: homeprod
|
|
||||||
branch: main
|
|
||||||
compose_file: docker/infrastructure/mail/stalwart/docker-compose.yml
|
|
||||||
|
|
||||||
traefik:
|
traefik:
|
||||||
repo: homeprod
|
repo: homeprod
|
||||||
branch: main
|
branch: main
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
services:
|
services:
|
||||||
esphome:
|
esphome:
|
||||||
image: ghcr.io/esphome/esphome:2026.6.3
|
image: ghcr.io/esphome/esphome:2026.6.4
|
||||||
ports:
|
ports:
|
||||||
- "6052"
|
- "6052"
|
||||||
networks:
|
networks:
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ services:
|
|||||||
zigbee2mqtt:
|
zigbee2mqtt:
|
||||||
container_name: zigbee2mqtt
|
container_name: zigbee2mqtt
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
image: koenkk/zigbee2mqtt:2.12.0
|
image: koenkk/zigbee2mqtt:2.12.1
|
||||||
networks:
|
networks:
|
||||||
- default
|
- default
|
||||||
- proxy
|
- proxy
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
services:
|
services:
|
||||||
roundcube:
|
roundcube:
|
||||||
image: roundcube/roundcubemail:1.7.1-apache
|
image: roundcube/roundcubemail:1.7.2-apache
|
||||||
container_name: roundcube
|
container_name: roundcube
|
||||||
networks:
|
networks:
|
||||||
- default
|
- default
|
||||||
|
|||||||
@@ -1,40 +0,0 @@
|
|||||||
services:
|
|
||||||
stalwart:
|
|
||||||
image: stalwartlabs/stalwart:v0.15.5
|
|
||||||
container_name: stalwart
|
|
||||||
networks:
|
|
||||||
- default
|
|
||||||
- proxy
|
|
||||||
volumes:
|
|
||||||
- stalwart_data:/opt/stalwart
|
|
||||||
ports:
|
|
||||||
- target: 25
|
|
||||||
published: 25
|
|
||||||
mode: host
|
|
||||||
- target: 465
|
|
||||||
published: 465
|
|
||||||
mode: host
|
|
||||||
- target: 993
|
|
||||||
published: 993
|
|
||||||
mode: host
|
|
||||||
- target: 587
|
|
||||||
published: 587
|
|
||||||
mode: host
|
|
||||||
- "8080"
|
|
||||||
labels:
|
|
||||||
- "traefik.enable=true"
|
|
||||||
- "traefik.http.routers.stalwart.rule=Host(`mail.vhaudiquet.fr`)"
|
|
||||||
- "traefik.http.services.stalwart.loadbalancer.server.port=8080"
|
|
||||||
|
|
||||||
volumes:
|
|
||||||
stalwart_data:
|
|
||||||
driver: local
|
|
||||||
driver_opts:
|
|
||||||
type: 'none'
|
|
||||||
o: 'bind'
|
|
||||||
device: '/app/stalwart/data'
|
|
||||||
|
|
||||||
networks:
|
|
||||||
proxy:
|
|
||||||
name: proxy
|
|
||||||
external: true
|
|
||||||
@@ -1,7 +1,7 @@
|
|||||||
services:
|
services:
|
||||||
jackett:
|
jackett:
|
||||||
container_name: jackett
|
container_name: jackett
|
||||||
image: ghcr.io/hotio/jackett:release-v0.24.2142
|
image: ghcr.io/hotio/jackett:release-v0.24.2184
|
||||||
ports:
|
ports:
|
||||||
- "9117"
|
- "9117"
|
||||||
networks:
|
networks:
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
services:
|
services:
|
||||||
jellyfin:
|
jellyfin:
|
||||||
image: jellyfin/jellyfin:2026062906
|
image: jellyfin/jellyfin:2026070606
|
||||||
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:v2026.4.0
|
image: ghcr.io/wizarrrr/wizarr:v2026.7.1
|
||||||
networks:
|
networks:
|
||||||
- default
|
- default
|
||||||
- proxy
|
- proxy
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ services:
|
|||||||
|
|
||||||
web_recipes:
|
web_recipes:
|
||||||
restart: always
|
restart: always
|
||||||
image: vabene1111/recipes:2.6.12
|
image: vabene1111/recipes:2.6.13
|
||||||
networks:
|
networks:
|
||||||
- default
|
- default
|
||||||
- proxy
|
- proxy
|
||||||
|
|||||||
Reference in New Issue
Block a user