mirror of
https://github.com/vhaudiquet/homeprod.git
synced 2025-12-19 12:36:03 +00:00
roundcube,stalwart: use specific version numbers
This commit is contained in:
@@ -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`)"
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user