roundcube,stalwart: use specific version numbers

This commit is contained in:
2025-08-03 19:05:33 +02:00
parent cc40eb85b5
commit 25f2685e7a
2 changed files with 4 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
services: services:
roundcube: roundcube:
image: roundcube/roundcubemail image: roundcube/roundcubemail:1.6.11-apache
container_name: roundcube container_name: roundcube
networks: networks:
- default - default
@@ -11,7 +11,7 @@ services:
- ROUNDCUBEMAIL_SMTP_SERVER=ssl://mail.vhaudiquet.fr - ROUNDCUBEMAIL_SMTP_SERVER=ssl://mail.vhaudiquet.fr
- ROUNDCUBEMAIL_SMTP_PORT=465 - ROUNDCUBEMAIL_SMTP_PORT=465
ports: ports:
- "8000" - "80"
labels: labels:
- "traefik.enable=true" - "traefik.enable=true"
- "traefik.http.routers.roundcube.rule=Host(`webmail.local`)" - "traefik.http.routers.roundcube.rule=Host(`webmail.local`)"

View File

@@ -1,12 +1,12 @@
services: services:
stalwart: stalwart:
image: stalwartlabs/mail-server:latest image: stalwartlabs/stalwart:v0.13.2
container_name: stalwart container_name: stalwart
networks: networks:
- default - default
- proxy - proxy
volumes: volumes:
- stalwart_data:/opt/stalwart-mail - stalwart_data:/opt/stalwart
ports: ports:
- "25:25" # SMTP port - "25:25" # SMTP port
- "465:465" # SMTPS port - "465:465" # SMTPS port