Mount dovecot cert in feed2imap container.

This commit is contained in:
yohan 2024-09-21 18:25:26 +02:00
parent ea5a5ae33a
commit 1115399c14
2 changed files with 2 additions and 1 deletions

View File

@ -189,7 +189,7 @@
- /usr/local/docker-mounted-files/docker-mail-stack/users:/etc/dovecot/users:Z
- /usr/local/docker-mounted-files/docker-mail-stack/15-lda.conf:/etc/dovecot/conf.d/15-lda.conf:Z
- /usr/local/docker-mounted-files/docker-mail-stack/10-mail.conf:/etc/dovecot/conf.d/10-mail.conf:Z
- /usr/local/docker-mounted-files/docker-mail-stack/certs/dovecot.crt:/etc/dovecot/dovecot.pem:Z
- /usr/local/docker-mounted-files/docker-mail-stack/certs/dovecot.crt:/etc/dovecot/dovecot.pem:z
- /usr/local/docker-mounted-files/docker-mail-stack/certs/dovecot.key:/etc/dovecot/private/dovecot.pem:Z
become: true
when: not dovecot_installed_flag.stat.exists

View File

@ -52,4 +52,5 @@
- mailnet
volume:
- /usr/local/docker-mounted-files/docker-mail-stack/feed2imaprc:/root/feed2imaprc:Z
- /usr/local/docker-mounted-files/docker-mail-stack/certs/dovecot.crt:/usr/local/share/ca-certificates/dovecot.crt:z
become: true