mirror of
https://github.com/vhaudiquet/homeprod.git
synced 2025-12-19 04:26:04 +00:00
Initial commit
This commit is contained in:
23
docker/infrastructure/mail/roundcube/docker-compose.yml
Normal file
23
docker/infrastructure/mail/roundcube/docker-compose.yml
Normal file
@@ -0,0 +1,23 @@
|
||||
services:
|
||||
roundcube:
|
||||
image: roundcube/roundcubemail
|
||||
container_name: roundcube
|
||||
networks:
|
||||
- default
|
||||
- proxy
|
||||
environment:
|
||||
- ROUNDCUBEMAIL_DEFAULT_HOST=ssl://mail.vhaudiquet.fr
|
||||
- ROUNDCUBEMAIL_DEFAULT_PORT=993
|
||||
- ROUNDCUBEMAIL_SMTP_SERVER=ssl://mail.vhaudiquet.fr
|
||||
- ROUNDCUBEMAIL_SMTP_PORT=465
|
||||
ports:
|
||||
- "8000"
|
||||
labels:
|
||||
- "traefik.enable=true"
|
||||
- "traefik.http.routers.roundcube.rule=Host(`webmail.local`)"
|
||||
- "traefik.http.routers.roundcube.entrypoints=http"
|
||||
|
||||
networks:
|
||||
proxy:
|
||||
name: proxy
|
||||
external: true
|
||||
Reference in New Issue
Block a user