ksylvan / docker-mail-server

Ansible playbooks to deploy a full featured mail server stack using Docker.
50 stars 11 forks source link

Integrate Traefik + better automation of ACME cert generation (LetsEncrypt) #12

Closed ksylvan closed 1 year ago

ksylvan commented 6 years ago

Make the scripts and Ansible playbooks use the changes here: https://github.com/hardware/mailserver/commit/70d503fa43455d596416795532374af583ad785d

Basically, create http_network docker network, and a modified docker-compose.yml file that uses traeffik.

ksylvan commented 1 year ago

I'm closing this issue. The next version of this stack will use the actively supported projects:

  1. The MailU docker stack - https://github.com/Mailu/Mailu
  2. Caddy2 web server used as the proxy (instead of nginx) - https://caddyserver.com/

Caddy auto-generates the LetsEncrypt https certs, so traefik_acme changes are not needed.