stalwart: remove from docker, bye!

This commit is contained in:
2026-07-07 21:20:07 +02:00
parent 3efa9deb34
commit 2a90a6d718
3 changed files with 0 additions and 46 deletions
-1
View File
@@ -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"
-5
View File
@@ -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,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